aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-10-27 23:15:36 -0400
committerBryan Wu <cooloney@kernel.org>2008-10-27 23:15:36 -0400
commitd292b00031369feb7bc6b4a14e434379fb2dbb01 (patch)
tree712ce6fc4c1e71b01272b6a8357415fbe9b07f98 /arch/blackfin/Kconfig
parent0f8befa1d1fd86cac8221785a85943dfbdef4773 (diff)
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/Kconfig5
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
739 739
740config BFIN_DMA_5XX 740config BFIN_DMA_5XX
741 bool "Enable DMA Support" 741 bool "Enable DMA Support"
742 depends on (BF52x || BF53x || BF561 || BF54x || BF538 || BF539)
743 default y 742 default y
744 help 743 help
745 DMA driver for BF5xx. 744 DMA driver for Blackfin parts.
746 745
747choice 746choice
748 prompt "Uncached SDRAM region" 747 prompt "Uncached DMA region"
749 default DMA_UNCACHED_1M 748 default DMA_UNCACHED_1M
750 depends on BFIN_DMA_5XX 749 depends on BFIN_DMA_5XX
751config DMA_UNCACHED_4M 750config DMA_UNCACHED_4M