:orphan: .. title:: choice: XMC 4xxx MCU Selection .. _choice_69: .. describe:: choice: XMC 4xxx MCU Selection *XMC 4xxx MCU Selection* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_XMC_4XXX ` && \ :option:`SOC_FAMILY_XMC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`SOC_XMC4500 ` Kconfig definition ================== At ``/arm/infineon_xmc/4xxx/Kconfig.soc:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/infineon_xmc/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "XMC 4xxx MCU Selection" depends on SOC_SERIES_XMC_4XXX && SOC_FAMILY_XMC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*