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
|
||||
bool "Seeed Grove LCD RGB Backlight"
|
||||
default y
|
||||
depends on DT_HAS_SEEED_GROVE_LCD_RGB_ENABLED
|
||||
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.
|
||||
|
||||
if GROVE_LCD_RGB
|
||||
|
|
Loading…
Reference in a new issue