diff options
author | huisung.kang <hs1218.kang@samsung.com> | 2010-09-30 13:22:46 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-17 17:48:43 -0800 |
commit | 5615531d2c9e99a11e9097f8a32947b4428d42c6 (patch) | |
tree | acf02b7ac5866425203ac96d941dea234d0e72d6 /arch/arm/plat-samsung/Kconfig | |
parent | 3431159fc44ef104f4da6169eddce7bc8f2fb454 (diff) | |
download | kernel_samsung_crespo-5615531d2c9e99a11e9097f8a32947b4428d42c6.zip kernel_samsung_crespo-5615531d2c9e99a11e9097f8a32947b4428d42c6.tar.gz kernel_samsung_crespo-5615531d2c9e99a11e9097f8a32947b4428d42c6.tar.bz2 |
S5PC11X: DMA: Remove old dma files, Kconfig, Makefile.
Change-Id: I5d52453cd043d60b9747fbb7be201089023a4b70
Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index a1ad4e5..4d79519 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -296,30 +296,10 @@ config S3C_DMA config S3C_PL330_DMA bool + select PL330 help S3C DMA API Driver for PL330 DMAC. -config S5P_DMA_PL330 - bool - depends on ARCH_S5PV210 - default y - help - Support DMA PL330 for all SAMSUNG S5P SOCs. - -choice - prompt "Select PL330 DMA Driver" - depends on S5P_DMA_PL330 - -config OLD_DMA_PL330 - bool "OLD S3C DMA Driver" - -config NEW_DMA_PL330 - bool "NEW S3C DMA Driver" - select PL330 - -endchoice - - comment "Power management" config SAMSUNG_PM_DEBUG |