:orphan: .. title:: CONFIG_K6X_HSRUN .. kconfig:: CONFIG_K6X_HSRUN CONFIG_K6X_HSRUN ################ *High Speed RUN mode* Type: ``bool`` Help ==== .. code-block:: none This options enables support for High Speed RUN mode on K66F SoC. Direct dependencies =================== \ :kconfig:`SOC_MK66F18 ` && \ :kconfig:`SOC_SERIES_KINETIS_K6X ` && \ :kconfig:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/arm/nxp_kinetis/k6x/Kconfig.soc:103`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config K6X_HSRUN bool "High Speed RUN mode" default y depends on SOC_MK66F18 && SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS help This options enables support for High Speed RUN mode on K66F SoC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*