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 7 depends on DT_HAS_NXP_VREF_ENABLED 8 help 9 Enable the NXP VREF driver 10 11config REGULATOR_NXP_VREF_INIT_PRIORITY 12 int "NXP VREF peripheral driver init priority" 13 default 45 14 depends on DT_HAS_NXP_VREF_ENABLED 15 help 16 Init priority for the NXP VREF peripheral. 17