From: <bob...@us...> - 2007-08-03 08:08:19
|
Revision: 1223 http://hackndev.svn.sourceforge.net/hackndev/?rev=1223&view=rev Author: bobofdoom Date: 2007-08-03 01:08:17 -0700 (Fri, 03 Aug 2007) Log Message: ----------- L4P: pxapwm_bl: Kconfig: Default to 'n', add deprecation notice. Modified Paths: -------------- linux4palm/linux/trunk/drivers/video/backlight/Kconfig Modified: linux4palm/linux/trunk/drivers/video/backlight/Kconfig =================================================================== --- linux4palm/linux/trunk/drivers/video/backlight/Kconfig 2007-08-03 07:46:27 UTC (rev 1222) +++ linux4palm/linux/trunk/drivers/video/backlight/Kconfig 2007-08-03 08:08:17 UTC (rev 1223) @@ -79,9 +79,9 @@ If you have an iPAQ h2200, say Y to enable the backlight driver. config BACKLIGHT_PXAPWM - tristate "PXA PWM Backlight Driver" + tristate "PXA PWM Backlight Driver (deprecated)" depends on BACKLIGHT_CLASS_DEVICE && ARCH_PXA - default y + default n help If your backlight is driven by the PXA PWM, say y to enable the backlight driver. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |