You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
306 B
11 lines
306 B
# 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.
|
|
|