1# Copyright (c) 2015 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config GROVE_LCD_RGB
5	bool "Seeed Grove LCD RGB Backlight"
6	default y
7	depends on DT_HAS_SEEED_GROVE_LCD_RGB_ENABLED
8	help
9	  Setting this value will enable driver support for the Grove-LCD RGB
10	  Backlight.
11
12if GROVE_LCD_RGB
13module = GROVE_LCD_RGB
14module-str = grove_lcd_rgb
15source "subsys/logging/Kconfig.template.log_config"
16endif
17