diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-11-04 22:26:26 +0100 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-11-04 22:27:12 +0100 |
commit | 6be7c6a3c30289bd2eda30e41fc95856eb68e542 (patch) | |
tree | 8ecc912ba4194da4b7032491963313e8ceaf9471 | |
parent | 9bc6c2e96286f0b27d73ec0c56eb12a0c214f648 (diff) |
pcf60633-backlight: Fix typo and add dependency to BACKLIGHT_CLASS_DEVICE
-rw-r--r-- | drivers/video/backlight/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index e7d7a306b5f..981bb5262a2 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -231,8 +231,8 @@ config BACKLIGHT_SAHARA backlight driver. config BACKLIGHT_PCF50633 - tristate "Backlight driver for NXP PCF50533 MFD" - depends on MFD_PCF50633 + tristate "Backlight driver for NXP PCF50633 MFD" + depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633 help If you have a backlight driven by a NXP PCF50633 MFD, say Y here to enable its driver. |