diff options
author | John Crispin <john@openwrt.org> | 2015-01-17 19:10:40 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-17 19:10:40 +0000 |
commit | 5e8bc7088b9e290df2f1f2da8f45d4567738abbb (patch) | |
tree | 7cedbed34c67310554f687939aac4e862cbe44dd /target/linux | |
parent | 590e0d7f8173900f1f5214a8b1c74a9ea4e89b0c (diff) | |
download | upstream-5e8bc7088b9e290df2f1f2da8f45d4567738abbb.tar.gz upstream-5e8bc7088b9e290df2f1f2da8f45d4567738abbb.tar.bz2 upstream-5e8bc7088b9e290df2f1f2da8f45d4567738abbb.zip |
brcm2708: missing symbols caused a build fail
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44011
Diffstat (limited to 'target/linux')
-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 |