]> Git Repo - linux.git/commitdiff
ARM: bcm_defconfig: Enable PWM and Backlight
authorTim Kryger <[email protected]>
Fri, 25 Apr 2014 18:31:15 +0000 (11:31 -0700)
committerMatt Porter <[email protected]>
Mon, 28 Apr 2014 15:10:29 +0000 (11:10 -0400)
Enable PWM drivers and the PWM-based backlight driver.

Signed-off-by: Tim Kryger <[email protected]>
Reviewed-by: Alex Elder <[email protected]>
Reviewed-by: Markus Mayer <[email protected]>
Signed-off-by: Matt Porter <[email protected]>
arch/arm/configs/bcm_defconfig

index 3df3f3a79ef447a0ced4eed988685caf4392f609..9d13dae99125c60bbd2e4b1880a1fb923630fd6f 100644 (file)
@@ -91,6 +91,7 @@ CONFIG_FB=y
 CONFIG_BACKLIGHT_LCD_SUPPORT=y
 CONFIG_LCD_CLASS_DEVICE=y
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
+CONFIG_BACKLIGHT_PWM=y
 # CONFIG_USB_SUPPORT is not set
 CONFIG_MMC=y
 CONFIG_MMC_UNSAFE_RESUME=y
@@ -104,6 +105,8 @@ CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
+CONFIG_PWM=y
+CONFIG_PWM_BCM_KONA=y
 CONFIG_EXT4_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
 CONFIG_EXT4_FS_SECURITY=y
This page took 0.060657 seconds and 4 git commands to generate.