1# Copyright (c) 2018 Savoir-Faire Linux
2# SPDX-License-Identifier: Apache-2.0
3
4config PCA9633
5	bool "PCA9633 LED driver"
6	default y
7	depends on DT_HAS_NXP_PCA9633_ENABLED
8	select I2C
9	help
10	  Enable LED driver for PCA9633.
11
12	  PCA9633 LED driver has 4 channels each with multi-programmable
13	  states. Each channel can drive up to 25 mA per LED.
14