diff options
author | Matthew Garrett <mjg@redhat.com> | 2011-03-22 19:30:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-22 20:44:00 -0400 |
commit | 39b3dee76fa1f1ac8310ea5898ba7c07280bdd9f (patch) | |
tree | 2e1ea6ca8afa6c15dc6a288c1b800e52cd823f39 /drivers/video/backlight/Kconfig | |
parent | 99fd28e19429f5212f0758adc1b2f08c6e63b6db (diff) |
mbp_nvidia_bl: rename to apple_bl
It works on hardware other than Macbook Pros, and it works on GPUs other
than Nvidia. It should even work on iMacs, so change the name to match
reality more precisely and include an alias so existing users don't get
confused.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Mourad De Clerck <mourad@aquazul.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index aa8cf9d2e34f..39fff49da19d 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -244,11 +244,11 @@ config BACKLIGHT_MAX8925 | |||
244 | If you have a LCD backlight connected to the WLED output of MAX8925 | 244 | If you have a LCD backlight connected to the WLED output of MAX8925 |
245 | WLED output, say Y here to enable this driver. | 245 | WLED output, say Y here to enable this driver. |
246 | 246 | ||
247 | config BACKLIGHT_MACBOOK | 247 | config BACKLIGHT_APPLE |
248 | tristate "MacBook Backlight Driver" | 248 | tristate "Apple Backlight Driver" |
249 | depends on X86 | 249 | depends on X86 |
250 | help | 250 | help |
251 | If you have an Apple Macbook say Y to enable a driver for its | 251 | If you have an Intel-based Apple say Y to enable a driver for its |
252 | backlight | 252 | backlight |
253 | 253 | ||
254 | config BACKLIGHT_TOSA | 254 | config BACKLIGHT_TOSA |