:orphan: .. title:: BOARD_SAM4S_XPLAINED .. option:: CONFIG_BOARD_SAM4S_XPLAINED *Atmel SAM4S Xplained* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_PART_NUMBER_SAM4S16C ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/sam4s_xplained/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_SAM4S_XPLAINED bool "Atmel SAM4S Xplained" depends on \ :option:`SOC_PART_NUMBER_SAM4S16C ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*