drivers: grove_lcd: lcd fix Kconfig leakage
Kconfig for Seeed Grove LCD RGB Backlight was looking. Make it depend on DT_HAS_SEEED_GROVE_LCD_RGB_ENABLED. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
dce214eb3f
commit
b7bef3f8ff
|
@ -3,8 +3,10 @@
|
||||||
|
|
||||||
config GROVE_LCD_RGB
|
config GROVE_LCD_RGB
|
||||||
bool "Seeed Grove LCD RGB Backlight"
|
bool "Seeed Grove LCD RGB Backlight"
|
||||||
|
default y
|
||||||
|
depends on DT_HAS_SEEED_GROVE_LCD_RGB_ENABLED
|
||||||
help
|
help
|
||||||
Setting this value will enable driver support for the Groove-LCD RGB
|
Setting this value will enable driver support for the Grove-LCD RGB
|
||||||
Backlight.
|
Backlight.
|
||||||
|
|
||||||
if GROVE_LCD_RGB
|
if GROVE_LCD_RGB
|
||||||
|
|
Loading…
Reference in a new issue