zephyr/drivers/led/Kconfig.lp5569
Jonas Remmert 99751b1d98 drivers: led: Add lp5569 led controller driver
Add a minimal driver for the ti lp5569 led controller. The driver supports
multiple instances. Commands on|off|set_brightness are supported.

Signed-off-by: Jonas Remmert <j.remmert@phytec.de>
2023-06-19 09:17:52 +01:00

12 lines
306 B
Plaintext

# Copyright (c) 2023 Phytec Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
config LP5569
bool "LP5569 LED driver"
default y
depends on DT_HAS_TI_LP5569_ENABLED
select I2C
help
Enable LED driver for LP5569. LP5569 LED driver has 9 channels.
Each channel can drive up to 25.5 mA per LED.