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>
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
# Copyright (c) 2018 Workaround GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LP5562
|
|
bool "LP5562 LED driver"
|
|
default y
|
|
depends on DT_HAS_TI_LP5562_ENABLED
|
|
select I2C
|
|
help
|
|
Enable LED driver for LP5562.
|
|
|
|
LP5562 LED driver has 4 channels (RGBW). Each channel can drive up to
|
|
25.5 mA per LED.
|