zephyr/boards/x86/x86_jailhouse/Kconfig.defconfig

17 lines
346 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
if BOARD_X86_JAILHOUSE
config BOARD
default "x86_jailhouse"
config JAILHOUSE
bool "Zephyr port to boot as a (x86) Jailhouse inmate cell payload"
default y
config JAILHOUSE_X2APIC
depends on JAILHOUSE
bool "When in Jailhouse inmate cell mode, access APIC in x2APIC mode"
endif # BOARD_X86_JAILHOUSE