zephyr/drivers/regulator/Kconfig.npm1100
Benjamin Cabé 30ce8b1b18 drivers: fix bad SPDX-License-Identifier header
fix typo in SPDX header

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-05-08 09:23:16 -04:00

17 lines
475 B
Plaintext

# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config REGULATOR_NPM1100
bool "nPM1100 PMIC regulator driver"
default y
depends on DT_HAS_NORDIC_NPM1100_ENABLED
help
Enable the Nordic nPM1100 PMIC regulator driver
config REGULATOR_NPM1100_INIT_PRIORITY
int "nPM1100 regulator driver init priority"
default KERNEL_INIT_PRIORITY_DEVICE
depends on REGULATOR_NPM1100
help
Init priority for the Nordic nPM1100 regulator driver.