CONFIG_SOC_HFXO_CAP_DEFAULT

SoC default

Type: bool

Help

When this option is used, the SoC initialization routine does not
touch the XOSC32MCAPS register value, so the default setting for
the SoC is in effect. Please note that this may not necessarily be
the reset value (0) for the register, as the register can be set
during the device trimming in the SystemInit() function.

Direct dependencies

<choice SOC_HFXO_LOAD_CAPACITANCE: HFXO load capacitance>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:11<BuildDir>/kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/nordic_nrf/Kconfig:17

Menu path: (Top) → Hardware Configuration → HFXO load capacitance

config SOC_HFXO_CAP_DEFAULT
    bool "SoC default"
    depends on <choice SOC_HFXO_LOAD_CAPACITANCE>
    help
      When this option is used, the SoC initialization routine does not
      touch the XOSC32MCAPS register value, so the default setting for
      the SoC is in effect. Please note that this may not necessarily be
      the reset value (0) for the register, as the register can be set
      during the device trimming in the SystemInit() function.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)