historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/openbios/arch/ia64/Kconfig
2024-01-16 11:20:27 -06:00

22 lines
339 B
Text

mainmenu "OpenBIOS Configuration"
config IPF
bool
default y
help
Building for IPF hardware.
config LITTLE_ENDIAN
bool
default y
help
IPF is little endian.
menu "Build hosted UNIX Binary"
source "arch/unix/Kconfig"
endmenu
source "kernel/Kconfig"
source "forth/Kconfig"
source "libopenbios/Kconfig"
source "drivers/Kconfig"