summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.dma
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-03-11 13:19:43 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-03-11 13:19:43 +0100
commit9689b3e8d0efe90bd3eab5b85634b965e32625c9 (patch)
tree87c8bc01ca8f3f2cb0fe8f3d62bc2e364b046f0d /target/linux/config/Config.in.dma
parent99776550c8d6f0cee284d4c9bbe6d7453a2fe8f9 (diff)
sync patches with rpi upstream
Diffstat (limited to 'target/linux/config/Config.in.dma')
-rw-r--r--target/linux/config/Config.in.dma37
1 files changed, 23 insertions, 14 deletions
diff --git a/target/linux/config/Config.in.dma b/target/linux/config/Config.in.dma
index 010b6b105..c3038289d 100644
--- a/target/linux/config/Config.in.dma
+++ b/target/linux/config/Config.in.dma
@@ -1,10 +1,33 @@
config ADK_KERNEL_DMADEVICES
bool
+config ADK_KERNEL_CMA
+ bool
+
+config ADK_KERNEL_CMA_SIZE_MBYTES
+ int
+ default 8
+
+config ADK_KERNEL_CMA_SIZE_SEL_MBYTES
+ bool
+
+config ADK_KERNEL_DMA_CMA
+ bool
+
+config ADK_KERNEL_BCM_VC_SM
+ bool
+
+config ADK_KERNEL_BCM_VC_CMA
+ bool
+
config ADK_KERNEL_DMA_BCM2708
bool
select ADK_KERNEL_DMADEVICES
+ select ADK_KERNEL_BCM_VC_SM
select ADK_KERNEL_BCM_VC_CMA
+ select ADK_KERNEL_CMA
+ select ADK_KERNEL_CMA_SIZE_SEL_MBYTES
+ select ADK_KERNEL_DMA_CMA
depends on ADK_TARGET_BOARD_BCM28XX
default y if ADK_TARGET_BOARD_BCM28XX
default n
@@ -19,17 +42,3 @@ config ADK_KERNEL_IMX_SDMA
default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default n
-config ADK_KERNEL_CMA
- bool
-
-config ADK_KERNEL_CMA_SIZE_MBYTES
- int
- default 8
-
-config ADK_KERNEL_DMA_CMA
- bool
- select ADK_KERNEL_CMA
-
-config ADK_KERNEL_BCM_VC_CMA
- bool
- select ADK_KERNEL_DMA_CMA