diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-24 13:09:54 +0900 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-01-24 13:09:54 +0900 |
commit | d50b9e2e788dce9b120b5ac1140f0cdd1bf905eb (patch) | |
tree | b34a10958fc998b0718f720289d3e40049584b58 /arch/arm/plat-samsung/Kconfig | |
parent | 32b0aa9aaeb4a493135ea6368a614aa89c3c5488 (diff) | |
download | talos-op-linux-d50b9e2e788dce9b120b5ac1140f0cdd1bf905eb.tar.gz talos-op-linux-d50b9e2e788dce9b120b5ac1140f0cdd1bf905eb.zip |
ARM: SAMSUNG: remove unused DMA infrastructure
Everything uses dmaengine now, so there is no reason to
keep this around any longer. Thanks to everyone who was involved
in moving the users over to use the dmaengine APIs.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 9bd2776e7d05..cb8e3d655d1a 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -236,13 +236,6 @@ config S3C_SETUP_CAMIF help Compile in common setup code for S3C CAMIF devices -# DMA - -config S3C_DMA - bool - help - Internal configuration for S3C DMA core - config SAMSUNG_PM_GPIO bool default y if GPIO_SAMSUNG && PM @@ -250,14 +243,6 @@ config SAMSUNG_PM_GPIO Include legacy GPIO power management code for platforms not using pinctrl-samsung driver. -config SAMSUNG_DMADEV - bool "Use legacy Samsung DMA abstraction" - depends on CPU_S5PV210 || ARCH_S3C64XX - select DMADEVICES - default y - help - Use DMA device engine for PL330 DMAC. - endif config S5P_DEV_MFC |