Modernize the driver a little bit by using i2c_dt_spec. Note that the RGB on its own is another I2C device connected to the same bus. Ideally, both should be defined in Devicetree, but this has not been done for now. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
8 lines
240 B
Text
8 lines
240 B
Text
# Copyright (c) 2015 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GROVE_LCD_RGB
|
|
bool "Enable the Seeed Grove LCD RGB Backlight"
|
|
help
|
|
Setting this value will enable driver support for the Groove-LCD RGB
|
|
Backlight.
|