CONFIG_SOC_ENABLE_LFXO

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.

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

(!TRUSTED_EXECUTION_NONSECURE && SOC_NRF5340_CPUAPP && SOC_FAMILY_NRF) || (!TRUSTED_EXECUTION_NONSECURE && SOC_NRF5340_CPUAPP && SOC_FAMILY_NRF)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/nordic_nrf/nrf53/Kconfig.soc:139

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/nordic_nrf/Kconfig:17

Menu path: (Top) → Hardware Configuration

config SOC_ENABLE_LFXO
    bool "Enable LFXO"
    default y
    depends on !TRUSTED_EXECUTION_NONSECURE && SOC_NRF5340_CPUAPP && 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.

At <Zephyr>/soc/arm/nordic_nrf/nrf53/Kconfig.soc:139

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:18<Zephyr>/soc/arm/nordic_nrf/Kconfig:17

Menu path: (Top) → Hardware Configuration

config SOC_ENABLE_LFXO
    bool "Enable LFXO"
    default y
    depends on !TRUSTED_EXECUTION_NONSECURE && SOC_NRF5340_CPUAPP && 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.)