db0a8c63fe
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers
* Move to using select I2C' instead of 'depends on'
(see commit df81fef944
for
more details)
Signed-off-by: Kumar Gala <galak@kernel.org>
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
# Copyright (c) 2021 Sky Hero SA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TLC59108
|
|
bool "TLC59108 LED driver"
|
|
default y
|
|
depends on DT_HAS_TI_TLC59108_ENABLED
|
|
select I2C
|
|
help
|
|
Enable LED driver for TLC59108.
|