mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 23:31:07 +02:00
[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
This commit is contained in:
parent
098e39f5c6
commit
64c149da3d
@ -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.
|
||||
|
@ -1,4 +1,3 @@
|
||||
ONFIG_BACKLIGHT_CLASS_DEVICE=y
|
||||
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
||||
CONFIG_BATTERY_JZ4740=y
|
||||
CONFIG_CHARGER_GPIO=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user