:orphan: .. title:: SYSOSC_SETTLING_US .. option:: CONFIG_SYSOSC_SETTLING_US *System oscillator settling time* Type: ``int`` Help ==== Set the board system oscillator settling time in us. This should be set by the board's defconfig. Direct dependencies =================== \ :option:`BOARD_MIMXRT685_EVK ` || (\ :option:`SOC_SERIES_IMX_RT6XX ` && \ :option:`SOC_FAMILY_IMX `) *(Includes any dependencies from ifs and menus.)* Default ======= - 260 Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/mimxrt685_evk/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SYSOSC_SETTLING_US int default 260 depends on \ :option:`BOARD_MIMXRT685_EVK ` ---- At ``soc/arm/nxp_imx/rt6xx/Kconfig.soc:62`` 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_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SYSOSC_SETTLING_US int "System oscillator settling time" depends on \ :option:`SOC_SERIES_IMX_RT6XX ` && \ :option:`SOC_FAMILY_IMX ` help Set the board system oscillator settling time in us. This should be set by the board's defconfig. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*