:orphan: .. title:: CONFIG_GROVE_LCD_RGB_I2C_MASTER_DEV_NAME .. kconfig:: CONFIG_GROVE_LCD_RGB_I2C_MASTER_DEV_NAME CONFIG_GROVE_LCD_RGB_I2C_MASTER_DEV_NAME ######################################## *I2C Master where Grove LCD is connected* Type: ``string`` Help ==== .. code-block:: none Specify the device name of the I2C master device to which the Grove LCD is connected. Direct dependencies =================== \ :kconfig:`GROVE_LCD_RGB ` && \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - "I2C_0" Kconfig definition ================== At ``/drivers/display/Kconfig.grove:9`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:40`` → ``/drivers/Kconfig:72`` → ``/drivers/display/Kconfig:17`` Menu path: (Top) → Device Drivers → Display Drivers → Enable the Seeed Grove LCD RGB Backlight .. code-block:: kconfig config GROVE_LCD_RGB_I2C_MASTER_DEV_NAME string "I2C Master where Grove LCD is connected" default "I2C_0" depends on GROVE_LCD_RGB && DISPLAY help Specify the device name of the I2C master device to which the Grove LCD is connected. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*