On Tuesday, February 11, 2014 9:08 PM, Lars-Peter Clausen wrote: > On 02/10/2014 02:12 AM, Jingoo Han wrote: > > 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 <jg1.han@xxxxxxxxxxx> > > Acked-by: Lars-Peter Clausen <lars@xxxxxxxxxx> Hi Lars-Peter Clausen, I really appreciate your Acked-by. However, the same patch was already submitted by Sascha Hauer.[1] So, please ignore this patch. Thank you. [1] https://lkml.org/lkml/2014/1/16/262 Best regards, Jingoo Han > > > --- > > arch/mips/Kconfig | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > > index dcae3a7..d132603 100644 > > --- a/arch/mips/Kconfig > > +++ b/arch/mips/Kconfig > > @@ -235,7 +235,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 > > > >