CONFIG_BOARD_FRDM_KL25Z

NXP FRDM-KL25Z

Type: bool

Direct dependencies

SOC_SERIES_KINETIS_KL2X && <choice: Board Selection>

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

Kconfig definition

At boards/arm/frdm_kl25z/Kconfig.board:8

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:14boards/Kconfig:20

Menu path: (top menu) → Board Selection

config BOARD_FRDM_KL25Z
    bool
    prompt "NXP FRDM-KL25Z" if SOC_SERIES_KINETIS_KL2X && <choice: Board Selection>
    select SOC_PART_NUMBER_MKL25Z128VLK4 if SOC_SERIES_KINETIS_KL2X && <choice: Board Selection>
    select HAS_DTS_I2C_DEVICE if SOC_SERIES_KINETIS_KL2X && <choice: Board Selection>
    depends on SOC_SERIES_KINETIS_KL2X && <choice: Board Selection>

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