:orphan: .. title:: BOARD_SAM_V71_XULT .. option:: CONFIG_BOARD_SAM_V71_XULT *Atmel SMART SAM V71 Xplained Ultra Board* Type: ``bool`` Direct dependencies =================== (\ :option:`SOC_PART_NUMBER_SAMV71Q21 ` || \ :option:`SOC_PART_NUMBER_SAMV71Q21B `) && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/sam_v71_xult/Kconfig.board:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_SAM_V71_XULT bool "Atmel SMART SAM V71 Xplained Ultra Board" depends on (SOC_PART_NUMBER_SAMV71Q21 || SOC_PART_NUMBER_SAMV71Q21B) && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*