diff options
author | Felipe Balbi <balbi@ti.com> | 2014-11-18 12:07:03 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-12-05 17:38:04 +0100 |
commit | d04169870b1022556473627f7cc3e17db5a3e29c (patch) | |
tree | 21cc311a1985c369cd3ace4e13b1e436e7536896 /arch/arm/configs | |
parent | 03472fe8df41ea44cde9137066d4c8f5ceca7ed2 (diff) | |
download | blackbird-op-linux-d04169870b1022556473627f7cc3e17db5a3e29c.tar.gz blackbird-op-linux-d04169870b1022556473627f7cc3e17db5a3e29c.zip |
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/configs')
-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 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 |