diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-11-18 04:48:22 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-11-18 04:48:22 -0500 |
commit | 55e359a825d25cecea2007db3e4018675e42f1af (patch) | |
tree | 3e7b4cfdda7d9916a7b536ecf8cf73d00066789a /arch/blackfin/Kconfig | |
parent | ecdbfc1ac10eaba04c699d6f8a004f987622264c (diff) |
Blackfin arch: remove BFIN_DMA_5XX option
Do not make BFIN_DMA_5XX optional since a large portion of our code
relies on dma functions existing
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 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index e0adb8632d89..72ff71949045 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -795,16 +795,9 @@ config BFIN_GPTIMERS | |||
795 | To compile this driver as a module, choose M here: the module | 795 | To compile this driver as a module, choose M here: the module |
796 | will be called gptimers.ko. | 796 | will be called gptimers.ko. |
797 | 797 | ||
798 | config BFIN_DMA_5XX | ||
799 | bool "Enable DMA Support" | ||
800 | default y | ||
801 | help | ||
802 | DMA driver for Blackfin parts. | ||
803 | |||
804 | choice | 798 | choice |
805 | prompt "Uncached DMA region" | 799 | prompt "Uncached DMA region" |
806 | default DMA_UNCACHED_1M | 800 | default DMA_UNCACHED_1M |
807 | depends on BFIN_DMA_5XX | ||
808 | config DMA_UNCACHED_4M | 801 | config DMA_UNCACHED_4M |
809 | bool "Enable 4M DMA region" | 802 | bool "Enable 4M DMA region" |
810 | config DMA_UNCACHED_2M | 803 | config DMA_UNCACHED_2M |