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 | 9200322d21e9d6a582e67fb464f935e631bcf6d2 (patch) | |
tree | 911ab861422db77a69cfd882e07cf30dae6ea9b9 /target/linux/generic | |
parent | c65ec1aa8fbcbafdc568c4206286ca77f3234caf (diff) | |
download | master-187ad058-9200322d21e9d6a582e67fb464f935e631bcf6d2.tar.gz master-187ad058-9200322d21e9d6a582e67fb464f935e631bcf6d2.tar.bz2 master-187ad058-9200322d21e9d6a582e67fb464f935e631bcf6d2.zip |
kernel: add missing CONFIG_BACKLIGHT_GPIO to 3.14
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42679 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |