:orphan: .. title:: CONFIG_BOARD_ATSAMR21_XPRO .. kconfig:: CONFIG_BOARD_ATSAMR21_XPRO CONFIG_BOARD_ATSAMR21_XPRO ########################## *SAM R21 Xplained Pro* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_PART_NUMBER_SAMR21G18A ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/atsamr21_xpro/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_ATSAMR21_XPRO bool "SAM R21 Xplained Pro" depends on SOC_PART_NUMBER_SAMR21G18A && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*