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