:orphan: .. title:: CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING .. option:: CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING *External full swing* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_NRF52X ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`NRFX_CLOCK_LFXO_TWO_STAGE_ENABLED ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/clock_control/Kconfig.nrf:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:54`` → ``drivers/clock_control/Kconfig:23`` Menu path: (Top) → Device Drivers → Hardware clock controller support → NRF Clock controller support → 32KHz clock source .. parsed-literal:: config CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING bool "External full swing" select \ :option:`NRFX_CLOCK_LFXO_TWO_STAGE_ENABLED ` depends on \ :option:`SOC_SERIES_NRF52X ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*