:orphan: .. title:: choice: Broadcom Valkyrie SoC .. _choice_76: .. describe:: choice: Broadcom Valkyrie SoC *Broadcom Valkyrie SoC* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_VALKYRIE ` && \ :kconfig:`SOC_FAMILY_BCMVK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`SOC_BCM58400 ` Kconfig definition ================== At ``/arm/bcm_vk/valkyrie/Kconfig.soc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/bcm_vk/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "Broadcom Valkyrie SoC" depends on SOC_SERIES_VALKYRIE && SOC_FAMILY_BCMVK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*