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.
|