diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2014-01-16 16:39:42 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-03-05 10:35:09 +0800 |
commit | 02ae8e8682112166493675c0b4aaa57737dc01e4 (patch) | |
tree | b108ca54283beb85a063f01182aafdf155e76ca3 /arch/arm/mach-imx/devices/Kconfig | |
parent | b78f1e80741fb440a3a96b5a3321716e49da4f5d (diff) |
ARM i.MX: remove PWM platform support
As the i.MX pwm driver is devicetree only, remove the platform
support for this device.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/devices/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/devices/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/devices/Kconfig b/arch/arm/mach-imx/devices/Kconfig index 68c74fb0373..2d260a5a307 100644 --- a/arch/arm/mach-imx/devices/Kconfig +++ b/arch/arm/mach-imx/devices/Kconfig @@ -67,9 +67,6 @@ config IMX_HAVE_PLATFORM_MXC_MMC config IMX_HAVE_PLATFORM_MXC_NAND bool -config IMX_HAVE_PLATFORM_MXC_PWM - bool - config IMX_HAVE_PLATFORM_MXC_RNGA bool select ARCH_HAS_RNGA |