diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-08 20:52:37 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-08 20:52:37 +0000 |
commit | d00ba726725c6f41e43df00f83e484ba8f9fac5c (patch) | |
tree | 1f8db4a4091da667c7fa8d328d2ad0d9fb9a89ab /drivers/video/backlight/Kconfig | |
parent | f4f6bda00fc6bf995a35d8246db45aacaa9b3f09 (diff) | |
download | linux-d00ba726725c6f41e43df00f83e484ba8f9fac5c.tar.gz linux-d00ba726725c6f41e43df00f83e484ba8f9fac5c.tar.bz2 linux-d00ba726725c6f41e43df00f83e484ba8f9fac5c.zip |
backlight: Rename the corgi backlight driver to generic
The corgi backlight driver is really generic code. This rename makes
this a lot clearer and completes the partial rename made a while ago.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 7ee2313ed6b8..72facb9eb7db 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -123,17 +123,14 @@ config BACKLIGHT_ATMEL_PWM To compile this driver as a module, choose M here: the module will be called atmel-pwm-bl. -config BACKLIGHT_CORGI - tristate "Generic (aka Sharp Corgi) Backlight Driver (DEPRECATED)" +config BACKLIGHT_GENERIC + tristate "Generic (aka Sharp Corgi) Backlight Driver" depends on BACKLIGHT_CLASS_DEVICE - default n + default y help Say y to enable the generic platform backlight driver previously known as the Corgi backlight driver. If you have a Sharp Zaurus - SL-C7xx, SL-Cxx00 or SL-6000x say y. Most users can say n. - - Note: this driver is marked as deprecated, try enable SPI and - use the new corgi_lcd driver with integrated backlight control + SL-C7xx, SL-Cxx00 or SL-6000x say y. config BACKLIGHT_LOCOMO tristate "Sharp LOCOMO LCD/Backlight Driver" |