Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
0cc08cde62974d377786bbf631ac4390fd4279e0
/
.
/
drivers
/
led
/
Kconfig.npm1300
blob: e5180aa1dd1d3566b49bac3323af3b9a4e5ca611 [
file
] [
log
] [
blame
]
# 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
.