diff options
author | Felipe Balbi <balbi@ti.com> | 2014-11-18 13:07:03 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-12-05 11:38:04 -0500 |
commit | d04169870b1022556473627f7cc3e17db5a3e29c (patch) | |
tree | 21cc311a1985c369cd3ace4e13b1e436e7536896 /arch/arm | |
parent | 03472fe8df41ea44cde9137066d4c8f5ceca7ed2 (diff) |
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 <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
326 | CONFIG_EXTCON=y | 326 | CONFIG_EXTCON=y |
327 | CONFIG_EXTCON_PALMAS=y | 327 | CONFIG_EXTCON_PALMAS=y |
328 | CONFIG_PWM=y | 328 | CONFIG_PWM=y |
329 | CONFIG_PWM_TIECAP=y | ||
330 | CONFIG_PWM_TIEHRPWM=y | ||
329 | CONFIG_PWM_TWL=y | 331 | CONFIG_PWM_TWL=y |
330 | CONFIG_PWM_TWL_LED=y | 332 | CONFIG_PWM_TWL_LED=y |
331 | CONFIG_OMAP_USB2=y | 333 | CONFIG_OMAP_USB2=y |