aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorCliff Cai <cliff.cai@analog.com>2008-05-17 04:36:52 -0400
committerBryan Wu <cooloney@kernel.org>2008-05-17 04:36:52 -0400
commit86ad79321cbacdc4deebcde81849d19e26dd18e2 (patch)
tree882410e4f212f064544697bf38242b943520f3a2 /arch/blackfin
parentc6c6f75d54ca734c409e336245662934c21fcee0 (diff)
Blackfin arch: enable a choice to provide 4M DMA memory
support two cascaded AD73322 cards, more uncached DMA memory is needed, so add a choice to provide 4M DMA memory Signed-off-by: Cliff Cai <cliff.cai@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 785d8b4fa0cb..b87634e75f20 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -685,6 +685,8 @@ choice
685 prompt "Uncached SDRAM region" 685 prompt "Uncached SDRAM region"
686 default DMA_UNCACHED_1M 686 default DMA_UNCACHED_1M
687 depends on BFIN_DMA_5XX 687 depends on BFIN_DMA_5XX
688config DMA_UNCACHED_4M
689 bool "Enable 4M DMA region"
688config DMA_UNCACHED_2M 690config DMA_UNCACHED_2M
689 bool "Enable 2M DMA region" 691 bool "Enable 2M DMA region"
690config DMA_UNCACHED_1M 692config DMA_UNCACHED_1M