:orphan: .. title:: BOARD_UP_SQUARED_32 .. option:: CONFIG_BOARD_UP_SQUARED_32 *UP Squared (x86)* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_APOLLO_LAKE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/x86/up_squared/Kconfig.board:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_UP_SQUARED_32 bool "UP Squared (x86)" depends on \ :option:`SOC_APOLLO_LAKE ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*