Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
412 B

# Copyright (c) 2015 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
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 Grove-LCD RGB
Backlight.
if GROVE_LCD_RGB
module = GROVE_LCD_RGB
module-str = grove_lcd_rgb
source "subsys/logging/Kconfig.template.log_config"
endif