: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 ================== .. highlight:: kconfig At ``boards/x86/up_squared/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_UP_SQUARED bool "UP Squared (x86_64)" select \ :option:`X86_64 ` depends on \ :option:`SOC_APOLLO_LAKE ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*