diff options
author | Jingoo Han <[email protected]> | 2014-02-10 10:12:38 +0900 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2014-03-26 23:09:23 +0100 |
commit | 823cf3cdd7a8612caf9542ef36228e5639e33738 (patch) | |
tree | 83b0682c2b5f2543a00750a28b87be602b9c0813 | |
parent | d9c0390a28a1264a263b9fe35f82b4273cff156e (diff) |
MIPS: JZ4740: Don't select HAVE_PWM
The HAVE_PWM symbol is only for legacy platforms that provide the PWM
API without using the generic framework. The jz4740 platform uses the
generic PWM framework, after the commit "f6b8a57 pwm: Add Ingenic
JZ4740 support".
Signed-off-by: Jingoo Han <[email protected]>
Acked-by: Lars-Peter Clausen <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/6525/
Signed-off-by: Ralf Baechle <[email protected]>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 51f5a09f179d..2f79d68883c5 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -237,7 +237,6 @@ config MACH_JZ4740 select IRQ_CPU select ARCH_REQUIRE_GPIOLIB select SYS_HAS_EARLY_PRINTK - select HAVE_PWM select HAVE_CLK select GENERIC_IRQ_CHIP |