From: Felipe Balbi Date: Tue, 18 Nov 2014 18:07:03 +0000 (-0600) Subject: ARM: omap2plus_defconfig: enable ECAP and EHRPWM X-Git-Tag: firefly_0821_release~176^2~2764^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d04169870b1022556473627f7cc3e17db5a3e29c;p=firefly-linux-kernel-4.4.55.git ARM: omap2plus_defconfig: enable ECAP and EHRPWM Many of AM335x and AM437x hook backlight to one of these two devices. By enabling their drivers we make sure pwm-backlight can do its thing. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index edfa3b16ad58..87a5c1126708 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -326,6 +326,8 @@ CONFIG_DMA_OMAP=y CONFIG_EXTCON=y CONFIG_EXTCON_PALMAS=y CONFIG_PWM=y +CONFIG_PWM_TIECAP=y +CONFIG_PWM_TIEHRPWM=y CONFIG_PWM_TWL=y CONFIG_PWM_TWL_LED=y CONFIG_OMAP_USB2=y