:orphan: .. title:: BOARD_UP_SQUARED .. option:: CONFIG_BOARD_UP_SQUARED *UP Squared (x86\_64)* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_APOLLO_LAKE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`X86_64 ` Kconfig definition ================== At ``/x86/up_squared/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_UP_SQUARED bool "UP Squared (x86_64)" select X86_64 depends on SOC_APOLLO_LAKE && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*