diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-17 19:10:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-17 19:10:40 +0000 |
commit | 5108a4488fd6295315056425bcf3bf9d90329704 (patch) | |
tree | 6047cc8a16aba02b9fb0aa4fbd868bc0e58860b8 /target/linux/brcm2708 | |
parent | 5461345ea809c0ce70f954a34489eecdc235bd20 (diff) | |
download | upstream-5108a4488fd6295315056425bcf3bf9d90329704.tar.gz upstream-5108a4488fd6295315056425bcf3bf9d90329704.tar.bz2 upstream-5108a4488fd6295315056425bcf3bf9d90329704.zip |
brcm2708: missing symbols caused a build fail
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44011 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/config-3.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm2708/config-3.14 b/target/linux/brcm2708/config-3.14 index 5c4c9e7a3b..4e6bf83665 100644 --- a/target/linux/brcm2708/config-3.14 +++ b/target/linux/brcm2708/config-3.14 @@ -23,6 +23,7 @@ CONFIG_AVERAGE=y # CONFIG_BACKLIGHT_ADP8860 is not set # CONFIG_BACKLIGHT_ADP8870 is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y +# CONFIG_BACKLIGHT_CLASS_DEVICE is not set CONFIG_BCM2708_DMAER=y CONFIG_BCM2708_GPIO=y # CONFIG_BCM2708_NOL2CACHE is not set @@ -148,6 +149,7 @@ CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_XZ is not set CONFIG_KTIME_SCALAR=y # CONFIG_LCD_AMS369FG06 is not set +# CONFIG_LCD_CLASS_DEVICE is not set # CONFIG_LCD_L4F00242T03 is not set # CONFIG_LCD_LD9040 is not set # CONFIG_LCD_LMS283GF05 is not set |