:orphan: .. title:: BOARD_ACRN .. option:: CONFIG_BOARD_ACRN *ACRN User OS* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_IA32 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`CPU_HAS_FPU ` - \ :option:`X86_64 ` Kconfig definition ================== .. highlight:: kconfig At ``boards/x86/acrn/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_ACRN bool "ACRN User OS" select \ :option:`CPU_HAS_FPU ` select \ :option:`X86_64 ` depends on \ :option:`SOC_IA32 ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*