7bc99e246c
Added LED driver for nPM1300 PMIC Signed-off-by: Andy Sinclair <andy.sinclair@nordicsemi.no>
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LED_NPM1300
|
|
bool "nPM1300 LED driver"
|
|
default y
|
|
depends on DT_HAS_NORDIC_NPM1300_LED_ENABLED
|
|
select I2C
|
|
select MFD
|
|
help
|
|
Enable the nPM1300 LED driver.
|