1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config LED_NPM1300
5	bool "nPM1300 LED driver"
6	default y
7	depends on DT_HAS_NORDIC_NPM1300_LED_ENABLED
8	select I2C
9	select MFD
10	help
11	  Enable the nPM1300 LED driver.
12