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