:orphan: .. title:: CONFIG_SOC_DCDC_NRF52X_HV .. kconfig:: CONFIG_SOC_DCDC_NRF52X_HV CONFIG_SOC_DCDC_NRF52X_HV ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable nRF52 series System on Chip High Voltage DC/DC converter. Direct dependencies =================== \ :kconfig:`SOC_NRF52840 ` && \ :kconfig:`SOC_FAMILY_NRF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BOARD_ENABLE_DCDC_HV ` - \ :kconfig:`BOARD_ENABLE_DCDC_HV ` Kconfig definition ================== At ``/arm/nordic_nrf/nrf52/Kconfig.soc:462`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nordic_nrf/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_DCDC_NRF52X_HV bool depends on SOC_NRF52840 && SOC_FAMILY_NRF help Enable nRF52 series System on Chip High Voltage DC/DC converter. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*