:orphan: .. title:: choice SOC_LFXO_LOAD_CAPACITANCE: LFXO load capacitance .. _choice_89: .. describe:: choice SOC_LFXO_LOAD_CAPACITANCE: LFXO load capacitance *LFXO load capacitance* *LFXO load capacitance* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`SOC_ENABLE_LFXO ` && !\ :kconfig:`TRUSTED_EXECUTION_NONSECURE ` && \ :kconfig:`SOC_NRF5340_CPUAPP ` && \ :kconfig:`SOC_FAMILY_NRF `) || (\ :kconfig:`SOC_ENABLE_LFXO ` && !\ :kconfig:`TRUSTED_EXECUTION_NONSECURE ` && \ :kconfig:`SOC_NRF5340_CPUAPP ` && \ :kconfig:`SOC_FAMILY_NRF `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`SOC_LFXO_CAP_INT_7PF ` - \ :kconfig:`SOC_LFXO_CAP_INT_7PF ` Choice options ============== - \ :kconfig:`SOC_LFXO_CAP_EXTERNAL ` - \ :kconfig:`SOC_LFXO_CAP_INT_6PF ` - \ :kconfig:`SOC_LFXO_CAP_INT_7PF ` - \ :kconfig:`SOC_LFXO_CAP_INT_9PF ` - \ :kconfig:`SOC_LFXO_CAP_EXTERNAL ` - \ :kconfig:`SOC_LFXO_CAP_INT_6PF ` - \ :kconfig:`SOC_LFXO_CAP_INT_7PF ` - \ :kconfig:`SOC_LFXO_CAP_INT_9PF ` Kconfig definitions =================== At ``/arm/nordic_nrf/nrf53/Kconfig.soc:155`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration → Enable LFXO .. code-block:: kconfig choice SOC_LFXO_LOAD_CAPACITANCE bool "LFXO load capacitance" default SOC_LFXO_CAP_INT_7PF depends on SOC_ENABLE_LFXO && !TRUSTED_EXECUTION_NONSECURE && SOC_NRF5340_CPUAPP && SOC_FAMILY_NRF ---- At ``/arm/nordic_nrf/nrf53/Kconfig.soc:155`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration → Enable LFXO .. code-block:: kconfig choice SOC_LFXO_LOAD_CAPACITANCE bool "LFXO load capacitance" default SOC_LFXO_CAP_INT_7PF depends on SOC_ENABLE_LFXO && !TRUSTED_EXECUTION_NONSECURE && SOC_NRF5340_CPUAPP && SOC_FAMILY_NRF *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*