:orphan: .. title:: CONFIG_BOARD_STM3210C_EVAL .. kconfig:: CONFIG_BOARD_STM3210C_EVAL CONFIG_BOARD_STM3210C_EVAL ########################## *STM3210C-EVAL Evaluation Board* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_STM32F107XC ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/stm3210c_eval/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_STM3210C_EVAL bool "STM3210C-EVAL Evaluation Board" depends on SOC_STM32F107XC && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*