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>
15 lines
359 B
Plaintext
15 lines
359 B
Plaintext
# Copyright (c) 2018 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LP3943
|
|
bool "LP3943 LED driver"
|
|
default y
|
|
depends on DT_HAS_TI_LP3943_ENABLED
|
|
select I2C
|
|
help
|
|
Enable LED driver for LP3943.
|
|
|
|
LP3943 LED driver has 16 channels each with multi-programmable
|
|
states at a specified rate. Each channel can drive up to 25 mA
|
|
per LED.
|