:orphan: .. title:: CONFIG_SOC_HFXO_CAP_DEFAULT .. kconfig:: CONFIG_SOC_HFXO_CAP_DEFAULT CONFIG_SOC_HFXO_CAP_DEFAULT ########################### *SoC default* *SoC default* Type: ``bool`` Help ==== .. code-block:: none 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. Help ==== .. code-block:: none 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 =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definitions =================== At ``/arm/nordic_nrf/nrf53/Kconfig.soc:178`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration → HFXO load capacitance .. code-block:: kconfig config SOC_HFXO_CAP_DEFAULT bool "SoC default" depends on 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. ---- At ``/arm/nordic_nrf/nrf53/Kconfig.soc:178`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration → HFXO load capacitance .. code-block:: kconfig config SOC_HFXO_CAP_DEFAULT bool "SoC default" depends on 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.)*