diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-09-27 19:11:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-09-27 19:11:06 +0000 |
commit | 04c0ef5263d7aa22e8895fdf24628e0c39215d12 (patch) | |
tree | 9b87dbe3b8abbd2fee1a918f90211152144f575d /target/linux/generic | |
parent | 6918ea2484861cbf806c812b95a814ab40063c05 (diff) | |
download | upstream-04c0ef5263d7aa22e8895fdf24628e0c39215d12.tar.gz upstream-04c0ef5263d7aa22e8895fdf24628e0c39215d12.tar.bz2 upstream-04c0ef5263d7aa22e8895fdf24628e0c39215d12.zip |
kernel: add missing CONFIG_BACKLIGHT_GPIO to 3.14
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42679
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index bdc27eeb69..2d139980a9 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -307,6 +307,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_B44 is not set # CONFIG_B53 is not set # CONFIG_B53_SPI_DRIVER is not set +# CONFIG_BACKLIGHT_GPIO is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # CONFIG_BACKLIGHT_LM3630 is not set # CONFIG_BACKLIGHT_LM3630A is not set |