You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
393 B
16 lines
393 B
# 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.
|
|
|