video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE}
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 13 Aug 2019 11:58:53 +0000 (13:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 2 Sep 2019 14:54:29 +0000 (15:54 +0100)
commitbcd69da98e36afccb4cb5fbdbd2b7bb78c07184d
treeac67248592e5586238628de666b8268a11c1dbab
parent30f644fd6ec9a0a241adb91579aaca7404132d7b
video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE}

When running "make oldconfig" on a .config where
CONFIG_BACKLIGHT_LCD_SUPPORT is not set, two new config options
("Lowlevel LCD controls" and "Lowlevel Backlight controls") appear, both
defaulting to "m".

Drop the "default m", as options should default to disabled, and because
several driver config options already select LCD_CLASS_DEVICE or
BACKLIGHT_CLASS_DEVICE when needed.

Fixes: 8c5dc8d9f19c7992 ("video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/Kconfig