1# SPDX-License-Identifier: Apache-2.0 2 3config GROVE_LCD_RGB 4 bool "Enable the Seeed Grove LCD RGB Backlight" 5 help 6 Setting this value will enable driver support for the Groove-LCD RGB 7 Backlight. 8 9config GROVE_LCD_RGB_I2C_MASTER_DEV_NAME 10 string "I2C Master where Grove LCD is connected" 11 depends on GROVE_LCD_RGB 12 default "I2C_0" 13 help 14 Specify the device name of the I2C master device to which the 15 Grove LCD is connected. 16