:orphan: .. title:: SOC_SERIES_KINETIS_KE1XF .. option:: CONFIG_SOC_SERIES_KINETIS_KE1XF *Kinetis KE1xF Series MCU* Type: ``bool`` Help ==== .. code-block:: none Enable support for Kinetis KE1xF MCU series Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`ARM ` - \ :option:`CPU_CORTEX_M4 ` - \ :option:`CPU_CORTEX_M_HAS_DWT ` - \ :option:`SOC_FAMILY_KINETIS ` - \ :option:`CPU_HAS_NXP_MPU ` - \ :option:`CPU_HAS_FPU ` - \ :option:`CLOCK_CONTROL ` - \ :option:`HAS_MCUX ` - \ :option:`HAS_MCUX_CACHE ` - \ :option:`HAS_MCUX_FTFX ` - \ :option:`HAS_MCUX_LPI2C ` - \ :option:`HAS_MCUX_LPSPI ` - \ :option:`HAS_MCUX_LPUART ` - \ :option:`HAS_MCUX_PCC ` - \ :option:`HAS_MCUX_RTC ` - \ :option:`HAS_MCUX_SIM ` - \ :option:`HAS_MCUX_ADC12 ` - \ :option:`HAS_MCUX_SCG ` - \ :option:`HAS_MCUX_WDOG32 ` - \ :option:`HAS_MCUX_FTM ` - \ :option:`HAS_MCUX_LPTMR ` - \ :option:`HAS_MCUX_DAC32 ` - \ :option:`HAS_MCUX_EDMA ` - \ :option:`HAS_MCUX_ACMP ` - \ :option:`HAS_MCUX_PWT ` Kconfig definition ================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.series:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.soc:1`` → ``/arm/nxp_kinetis/Kconfig.soc:4`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_SERIES_KINETIS_KE1XF bool "Kinetis KE1xF Series MCU" select ARM select CPU_CORTEX_M4 select CPU_CORTEX_M_HAS_DWT select SOC_FAMILY_KINETIS select CPU_HAS_NXP_MPU select CPU_HAS_FPU select CLOCK_CONTROL select HAS_MCUX select HAS_MCUX_CACHE select HAS_MCUX_FTFX select HAS_MCUX_LPI2C select HAS_MCUX_LPSPI select HAS_MCUX_LPUART select HAS_MCUX_PCC select HAS_MCUX_RTC select HAS_MCUX_SIM select HAS_MCUX_ADC12 select HAS_MCUX_SCG select HAS_MCUX_WDOG32 select HAS_MCUX_FTM select HAS_MCUX_LPTMR select HAS_MCUX_DAC32 select HAS_MCUX_EDMA select HAS_MCUX_ACMP select HAS_MCUX_PWT depends on help Enable support for Kinetis KE1xF MCU series *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*