:orphan: .. title:: BOARD_STM3210C_EVAL .. option:: CONFIG_BOARD_STM3210C_EVAL *STM3210C-EVAL Evaluation Board* Type: ``bool`` Direct dependencies =================== \ :option:`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:27`` → ``/Kconfig:22`` 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.)*