:orphan: .. title:: CONFIG_BOARD_UP_SQUARED .. kconfig:: CONFIG_BOARD_UP_SQUARED CONFIG_BOARD_UP_SQUARED ####################### *UP Squared (x86\_64)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_APOLLO_LAKE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`X86_64 ` Kconfig definition ================== At ``/x86/up_squared/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` 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.)*