From 6be7c6a3c30289bd2eda30e41fc95856eb68e542 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 4 Nov 2009 22:26:26 +0100 Subject: pcf60633-backlight: Fix typo and add dependency to BACKLIGHT_CLASS_DEVICE --- drivers/video/backlight/Kconfig | 4 ++-- 1 file 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. -- cgit v1.2.3