diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-03-16 23:15:18 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-03-16 23:15:18 +0000 |
commit | 87a2663da2cd0f5233fb9495466836165b507688 (patch) | |
tree | 86a309825fb3694f41c167b4e37d9e3827d531ad /target/linux/xburst/patches-2.6.32/103-lcm.patch | |
parent | 9de158aa40ddcd2ba1d9d0e3108ba2904330113c (diff) | |
download | master-187ad058-87a2663da2cd0f5233fb9495466836165b507688.tar.gz master-187ad058-87a2663da2cd0f5233fb9495466836165b507688.tar.bz2 master-187ad058-87a2663da2cd0f5233fb9495466836165b507688.zip |
[xburst] The lcm driver currently does not use any of the backlight api, so
remove CONFIG_BACKLIGHT_CLASS_DEVICE as a dependecy and from the config. Fixes #6871
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20248 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/patches-2.6.32/103-lcm.patch')
-rw-r--r-- | target/linux/xburst/patches-2.6.32/103-lcm.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/patches-2.6.32/103-lcm.patch b/target/linux/xburst/patches-2.6.32/103-lcm.patch index b1f71ba2dd..40c3671645 100644 --- a/target/linux/xburst/patches-2.6.32/103-lcm.patch +++ b/target/linux/xburst/patches-2.6.32/103-lcm.patch @@ -16,7 +16,7 @@ Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/103-lc +config LCD_GPM940B0 + tristate "Giantplus GPM940B0 LCD and backlight driver" -+ depends on LCD_CLASS_DEVICE && BACKLIGHT_CLASS_DEVICE && SPI ++ depends on LCD_CLASS_DEVICE && SPI + default n + help + LCD and backlight driver for the Giantplus GPM940B0 LCD module. |