zephyr/drivers/led/Kconfig.ncp5623
Peter van der Perk a095bd7328 drivers: led: Add Onsemi ncp5623c driver
The controller and the driver support two hardware configurations:
	   - one three-channel (RGB) LED
	   - or three single-channel LEDs

Signed-off-by: Peter van der Perk <peter.vanderperk@nxp.com>
2023-08-04 10:47:31 -05:00

15 lines
432 B
Plaintext

# Copyright (c) 2023 NXP Semiconductors
# Copyright (c) 2023 Cognipilot Foundation
# SPDX-License-Identifier: Apache-2.0
config NCP5623
bool "NCP5623 LED driver"
default y
depends on DT_HAS_ONNN_NCP5623_ENABLED
select I2C
help
Enable driver for the Onsemi NCP5623 I2C LED controller.
The controller and the driver support two hardware configurations:
- one three-channel (RGB) LED
- or three single-channel LEDs