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