:orphan: .. title:: CONFIG_SOC_MKL25Z4 .. kconfig:: CONFIG_SOC_MKL25Z4 CONFIG_SOC_MKL25Z4 ################## *SOC\_MKL25Z4* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`CPU_CORTEX_M0PLUS ` - \ :kconfig:`HAS_MCUX ` - \ :kconfig:`HAS_MCUX_ADC16 ` - \ :kconfig:`HAS_MCUX_FTFX ` - \ :kconfig:`HAS_MCUX_LPSCI ` - \ :kconfig:`HAS_MCUX_SIM ` - \ :kconfig:`HAS_OSC ` - \ :kconfig:`HAS_MCG ` - \ :kconfig:`HAS_MCUX_RCM ` Kconfig definition ================== At ``/arm/nxp_kinetis/kl2x/Kconfig.soc:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration → Kinetis KL2x MCU Selection .. code-block:: kconfig config SOC_MKL25Z4 bool "SOC_MKL25Z4" select CPU_CORTEX_M0PLUS select HAS_MCUX select HAS_MCUX_ADC16 select HAS_MCUX_FTFX select HAS_MCUX_LPSCI select HAS_MCUX_SIM select HAS_OSC select HAS_MCG select HAS_MCUX_RCM depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*