From: <bal...@us...> - 2007-02-13 16:52:03
|
Revision: 804 http://svn.sourceforge.net/hackndev/?rev=804&view=rev Author: balrog-kun Date: 2007-02-13 08:51:56 -0800 (Tue, 13 Feb 2007) Log Message: ----------- TX: Fix lcd Kconfig dependency. Maybe palmtx_lcd.c should be automatically enabled if LCD_CLASS_DEVICE && MACH_XSCALE_PALMTX are selected. Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/Kconfig Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/Kconfig =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/Kconfig 2007-02-12 23:45:10 UTC (rev 803) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/Kconfig 2007-02-13 16:51:56 UTC (rev 804) @@ -16,7 +16,7 @@ config PALMTX_LCD tristate "Palm TX LCD driver" - select BACKLIGHT_LCD_SUPPORT + select LCD_CLASS_DEVICE depends on MACH_XSCALE_PALMTX default y if MACH_XSCALE_PALMTX help This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |