:orphan: .. title:: K6X_HSRUN .. option:: CONFIG_K6X_HSRUN *High Speed RUN mode* Type: ``bool`` Help ==== This options enables support for High Speed RUN mode on K66F SoC. Direct dependencies =================== \ :option:`SOC_MK66F18 ` && \ :option:`SOC_SERIES_KINETIS_K6X ` && \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/k6x/Kconfig.soc:122`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config K6X_HSRUN bool "High Speed RUN mode" default y depends on \ :option:`SOC_MK66F18 ` && \ :option:`SOC_SERIES_KINETIS_K6X ` && \ :option:`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.)*