3133666c9a
Logging kconfig options for this lcd should appear when the hardware is enabled. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
# Copyright (c) 2015 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GROVE_LCD_RGB
|
|
bool "Seeed Grove LCD RGB Backlight"
|
|
help
|
|
Setting this value will enable driver support for the Groove-LCD RGB
|
|
Backlight.
|
|
|
|
if GROVE_LCD_RGB
|
|
module = GROVE_LCD_RGB
|
|
module-str = grove_lcd_rgb
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
endif
|