The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ADC_1

Enable ADC 1

Type: bool

Direct dependencies

(ADC && BOARD_FRDM_K64F) || ADC

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/arm/frdm_k64f/Kconfig.defconfig:82

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config ADC_1
    bool
    default "y" if ADC && BOARD_FRDM_K64F
    depends on ADC && BOARD_FRDM_K64F

At drivers/adc/Kconfig:47

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:46

Menu path: (top menu) → Device Drivers → ADC drivers

config ADC_1
    bool
    prompt "Enable ADC 1" if ADC
    depends on ADC

(Definitions include propagated dependencies, including from if’s and menus.)