:orphan: .. title:: CONFIG_SOC_HFXO_CAP_INT_VALUE_X2 .. kconfig:: CONFIG_SOC_HFXO_CAP_INT_VALUE_X2 CONFIG_SOC_HFXO_CAP_INT_VALUE_X2 ################################ *Doubled value of HFXO internal load capacitors (in pF)* Type: ``int`` Help ==== .. code-block:: none Internal capacitors ranging from 7.0 pF to 20.0 pF in 0.5 pF steps can be enabled on pins XC1 and XC2. This option specifies doubled capacitance value for the two capacitors. Set it to 14 to get 7.0 pF for each capacitor, 15 to get 7.5 pF, and so on. Direct dependencies =================== \ :kconfig:`SOC_HFXO_CAP_INTERNAL ` && (!\ :kconfig:`TRUSTED_EXECUTION_NONSECURE ` || \ :kconfig:`BUILD_WITH_TFM `) && \ :kconfig:`SOC_NRF5340_CPUAPP ` && \ :kconfig:`SOC_SERIES_NRF53X ` && \ :kconfig:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/arm/nordic_nrf/nrf53/Kconfig.soc:199`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_HFXO_CAP_INT_VALUE_X2 int "Doubled value of HFXO internal load capacitors (in pF)" range 14 40 depends on SOC_HFXO_CAP_INTERNAL && (!TRUSTED_EXECUTION_NONSECURE || BUILD_WITH_TFM) && SOC_NRF5340_CPUAPP && SOC_SERIES_NRF53X && SOC_FAMILY_NRF help Internal capacitors ranging from 7.0 pF to 20.0 pF in 0.5 pF steps can be enabled on pins XC1 and XC2. This option specifies doubled capacitance value for the two capacitors. Set it to 14 to get 7.0 pF for each capacitor, 15 to get 7.5 pF, and so on. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*