1# Copyright 2023 NXP
2# SPDX -License-Identifier: Apache-2.0
3
4config REGULATOR_NXP_VREF
5	bool "NXP VREF peripheral driver"
6	default y if DT_HAS_NXP_VREF_ENABLED
7	help
8	  Enable the NXP VREF driver
9
10config REGULATOR_NXP_VREF_INIT_PRIORITY
11	int "NXP VREF peripheral driver init priority"
12	default 45
13	help
14	  Init priority for the NXP VREF peripheral.
15