diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-10-28 04:15:36 +0100 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-28 04:15:36 +0100 |
commit | d292b00031369feb7bc6b4a14e434379fb2dbb01 (patch) | |
tree | 712ce6fc4c1e71b01272b6a8357415fbe9b07f98 /arch/blackfin/Kconfig | |
parent | Blackfin arch: drop unused exports and comment remaining exports (diff) | |
download | linux-d292b00031369feb7bc6b4a14e434379fb2dbb01.tar.xz linux-d292b00031369feb7bc6b4a14e434379fb2dbb01.zip |
Blackfin arch: drop redundant BFIN_DMA_5XX depends
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index e37e993431b9..be54e36e8b69 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -739,13 +739,12 @@ config BFIN_GPTIMERS config BFIN_DMA_5XX bool "Enable DMA Support" - depends on (BF52x || BF53x || BF561 || BF54x || BF538 || BF539) default y help - DMA driver for BF5xx. + DMA driver for Blackfin parts. choice - prompt "Uncached SDRAM region" + prompt "Uncached DMA region" default DMA_UNCACHED_1M depends on BFIN_DMA_5XX config DMA_UNCACHED_4M |