diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-29 09:24:11 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-09-01 22:26:49 +0200 |
| commit | 84647b1c235e18680fd696b9d6ebd6a182f8874f (patch) | |
| tree | 6b50e73ac92c8d122668290921d22a26c23dcf4e /target/linux | |
| parent | d9749500de79d267bd43e554089371b3e564723b (diff) | |
add dma shared buffer
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/config/Config.in.dma | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.dma b/target/linux/config/Config.in.dma index 0e866047c..ce33e09f0 100644 --- a/target/linux/config/Config.in.dma +++ b/target/linux/config/Config.in.dma @@ -26,6 +26,9 @@ config ADK_KERNEL_CMA_SIZE_8 config ADK_KERNEL_CMA_SIZE_SEL_MBYTES bool +config ADK_KERNEL_DMA_SHARED_BUFFER + bool + config ADK_KERNEL_DMA_CMA bool @@ -45,6 +48,7 @@ config ADK_KERNEL_DMA_BCM2708 bool select ADK_KERNEL_DMA_BCM2708_LEGACY select ADK_KERNEL_DMADEVICES + select ADK_KERNEL_DMA_SHARED_BUFFER select ADK_KERNEL_CMA select ADK_KERNEL_CMA_SIZE_SEL_MBYTES select ADK_KERNEL_CMA_SIZE_8 |
