1# Copyright (c) 2023 NXP Semiconductors
2# Copyright (c) 2023 Cognipilot Foundation
3# SPDX-License-Identifier: Apache-2.0
4
5config NCP5623
6	bool "NCP5623 LED driver"
7	default y
8	depends on DT_HAS_ONNN_NCP5623_ENABLED
9	select I2C
10	help
11	  Enable driver for the Onsemi NCP5623 I2C LED controller.
12	  The controller and the driver support two hardware configurations:
13	   - one three-channel (RGB) LED
14	   - or three single-channel LEDs
15