:orphan: .. title:: BOARD_WAVESHARE_OPEN103Z .. option:: CONFIG_BOARD_WAVESHARE_OPEN103Z *Waveshare OPEN103Z Development Board* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_STM32F103XE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/waveshare_open103z/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_WAVESHARE_OPEN103Z bool "Waveshare OPEN103Z Development Board" depends on SOC_STM32F103XE && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*