:orphan: .. title:: CONFIG_SOC_PART_NUMBER_F100X1024 .. kconfig:: CONFIG_SOC_PART_NUMBER_F100X1024 CONFIG_SOC_PART_NUMBER_F100X1024 ################################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`SOC_SERIES_XMC_4XXX ` && \ :kconfig:`SOC_FAMILY_XMC `) || (\ :kconfig:`SOC_SERIES_XMC_4XXX ` && \ :kconfig:`SOC_FAMILY_XMC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BOARD_XMC45_RELAX_KIT ` Kconfig definitions =================== At ``/arm/infineon_xmc/4xxx/Kconfig.soc:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/infineon_xmc/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_PART_NUMBER_F100X1024 bool depends on SOC_SERIES_XMC_4XXX && SOC_FAMILY_XMC ---- At ``/arm/infineon_xmc/4xxx/Kconfig.soc:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/infineon_xmc/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_PART_NUMBER_F100X1024 bool depends on SOC_SERIES_XMC_4XXX && SOC_FAMILY_XMC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*