1# Copyright (c) 2018 Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4config LP3943
5	bool "LP3943 LED driver"
6	default y
7	depends on DT_HAS_TI_LP3943_ENABLED
8	select I2C
9	help
10	  Enable LED driver for LP3943.
11
12	  LP3943 LED driver has 16 channels each with multi-programmable
13	  states at a specified rate. Each channel can drive up to 25 mA
14	  per LED.
15