:orphan: .. title:: SOC_ENABLE_LFXO .. option:: CONFIG_SOC_ENABLE_LFXO *Enable LFXO* Type: ``bool`` Help ==== Enable the low-frequency oscillator (LFXO) functionality on XL1 and XL2 pins. This option must be enabled if either application or network core is to use the LFXO. Otherwise, XL1 and XL2 pins will behave as regular GPIOs. Direct dependencies =================== \ :option:`SOC_NRF5340_CPUAPP ` && \ :option:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nordic_nrf/nrf53/Kconfig.soc:133`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SOC_ENABLE_LFXO bool "Enable LFXO" default y depends on \ :option:`SOC_NRF5340_CPUAPP ` && \ :option:`SOC_FAMILY_NRF ` help Enable the low-frequency oscillator (LFXO) functionality on XL1 and XL2 pins. This option must be enabled if either application or network core is to use the LFXO. Otherwise, XL1 and XL2 pins will behave as regular GPIOs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*