diff options
author | John Crispin <john@openwrt.org> | 2016-02-08 09:22:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-08 09:22:56 +0000 |
commit | e68281e613a82ec42eeb65ef6f4c565c107ea798 (patch) | |
tree | efa2dd8840f2051e2353883d67b98598701145f2 /target/linux/brcm2708/bcm2708/config-4.1 | |
parent | 6801c4e33ed5790fd849ea77b9f505e2a6912c41 (diff) | |
download | upstream-e68281e613a82ec42eeb65ef6f4c565c107ea798.tar.gz upstream-e68281e613a82ec42eeb65ef6f4c565c107ea798.tar.bz2 upstream-e68281e613a82ec42eeb65ef6f4c565c107ea798.zip |
brcm2708: add missing symbols
enable CONFIG_PWM
enable the RASPI PWM stuff
fix buildbot w. 4.1
compile tested only
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 48667
Diffstat (limited to 'target/linux/brcm2708/bcm2708/config-4.1')
-rw-r--r-- | target/linux/brcm2708/bcm2708/config-4.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm2708/bcm2708/config-4.1 b/target/linux/brcm2708/bcm2708/config-4.1 index 49073b3883..63801a269b 100644 --- a/target/linux/brcm2708/bcm2708/config-4.1 +++ b/target/linux/brcm2708/bcm2708/config-4.1 @@ -34,6 +34,7 @@ CONFIG_ARM_UNWIND=y CONFIG_AVERAGE=y # CONFIG_BACKLIGHT_CLASS_DEVICE is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_BACKLIGHT_RPI=y CONFIG_BCM2708_DT=y CONFIG_BCM2708_GPIO=y # CONFIG_BCM2708_NOL2CACHE is not set @@ -287,6 +288,8 @@ CONFIG_PM_SLEEP=y CONFIG_POWER_SUPPLY=y CONFIG_PRINTK_TIME=y CONFIG_PROC_PAGE_MONITOR=y +CONFIG_PWM=y +CONFIG_PWM_BCM2835=y CONFIG_RASPBERRYPI_FIRMWARE=y CONFIG_RAW_DRIVER=y # CONFIG_RCU_STALL_COMMON is not set |