:orphan: .. title:: CONFIG_BOARD_SERPENTE .. kconfig:: CONFIG_BOARD_SERPENTE CONFIG_BOARD_SERPENTE ##################### *Serpente* Type: ``bool`` Direct dependencies =================== \ :kconfig:`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:37`` → ``/Kconfig:29`` 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.)*