:orphan: .. title:: BOARD_SERPENTE .. option:: CONFIG_BOARD_SERPENTE *Serpente* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_PART_NUMBER_SAMD21E18A ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/serpente/Kconfig.board:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_SERPENTE bool "Serpente" depends on SOC_PART_NUMBER_SAMD21E18A && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*