From: lars Date: Tue, 16 Mar 2010 23:15:18 +0000 (+0000) Subject: [xburst] The lcm driver currently does not use any of the backlight api, so X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=64c149da3d22206afd6a6293993bc95149404c8c;hp=098e39f5c611f9b57e298ca00a14411bbc76e2e6;p=openwrt-10.03%2F.git [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 --- 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 b1f71ba2d..40c367164 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. diff --git a/target/linux/xburst/qi_lb60/config-2.6.32 b/target/linux/xburst/qi_lb60/config-2.6.32 index fdd2f01b5..427b92b6b 100644 --- a/target/linux/xburst/qi_lb60/config-2.6.32 +++ b/target/linux/xburst/qi_lb60/config-2.6.32 @@ -1,4 +1,3 @@ -ONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_BATTERY_JZ4740=y CONFIG_CHARGER_GPIO=y