-
choice ADC_MCUX_ADC16_VREF: Voltage Reference Selection
Voltage Reference Selection
Type: bool
Direct dependencies¶
BOARD_FRDM_KW41Z || (ADC_MCUX_ADC16 && ADC)
(Includes any dependencies from ifs and menus.)
Choice options¶
Kconfig definitions¶
At boards/arm/frdm_kw41z/Kconfig.defconfig:28
Included via Kconfig:8 → Kconfig.zephyr:18
Menu path: (Top)
choice ADC_MCUX_ADC16_VREF
bool
default ADC_MCUX_ADC16_VREF_ALTERNATE
depends on BOARD_FRDM_KW41Z
At drivers/adc/Kconfig.mcux:44
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:48 → drivers/adc/Kconfig:41
Menu path: (Top) → Device Drivers → ADC drivers
choice ADC_MCUX_ADC16_VREF
bool "Voltage Reference Selection"
default ADC_MCUX_ADC16_VREF_DEFAULT
depends on ADC_MCUX_ADC16 && ADC
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)