zephyr/drivers/regulator/Kconfig.nxp_vref
Benjamin Cabé a761c55144 drivers: regulator: fix NXP VREF Kconfig leakage
Properly guard NXP VREF driver Kconfig options.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-04-26 19:48:11 +01:00

17 lines
394 B
Plaintext

# Copyright 2023 NXP
# SPDX -License-Identifier: Apache-2.0
config REGULATOR_NXP_VREF
bool "NXP VREF peripheral driver"
default y
depends on DT_HAS_NXP_VREF_ENABLED
help
Enable the NXP VREF driver
config REGULATOR_NXP_VREF_INIT_PRIORITY
int "NXP VREF peripheral driver init priority"
default 45
depends on DT_HAS_NXP_VREF_ENABLED
help
Init priority for the NXP VREF peripheral.