:orphan: .. title:: SOC_SERIES_KINETIS_KV5X .. option:: CONFIG_SOC_SERIES_KINETIS_KV5X *Kinetis KV5x Series MCU* Type: ``bool`` Help ==== .. code-block:: none Enable support for Kinetis KV5x MCU series Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`ARM ` - \ :option:`CPU_CORTEX_M7 ` - \ :option:`CPU_CORTEX_M_HAS_DWT ` - \ :option:`SOC_FAMILY_KINETIS ` - \ :option:`CPU_HAS_ARM_MPU ` - \ :option:`CPU_HAS_FPU ` - \ :option:`CLOCK_CONTROL ` - \ :option:`HAS_MCUX ` - \ :option:`HAS_MCUX_ADC16 ` - \ :option:`HAS_MCUX_FTFX ` - \ :option:`HAS_MCUX_FTM ` - \ :option:`HAS_MCUX_SIM ` - \ :option:`HAS_OSC ` - \ :option:`HAS_MCG ` Kconfig definition ================== At ``/arm/nxp_kinetis/kv5x/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_KV5X bool "Kinetis KV5x Series MCU" select ARM select CPU_CORTEX_M7 select CPU_CORTEX_M_HAS_DWT select SOC_FAMILY_KINETIS select CPU_HAS_ARM_MPU select CPU_HAS_FPU select CLOCK_CONTROL select HAS_MCUX select HAS_MCUX_ADC16 select HAS_MCUX_FTFX select HAS_MCUX_FTM select HAS_MCUX_SIM select HAS_OSC select HAS_MCG depends on help Enable support for Kinetis KV5x MCU series *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*