Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / unix / Kconfig
1
2 config HOST_UNIX
3         bool "Build Hosted Unix binary"
4         default y
5         help
6           Build a version of the OpenBIOS kernel that runs in a 
7           Unix-like operating system.
8
9 config UNIX_QT
10         depends HOST_UNIX
11         bool "QT frontend for Unix binary"
12         default n
13         help
14           Enable this option if you wish to add a graphical user 
15           interface to the openbios hosted unix binary. This option
16           needs the QT library installed.
17
18 source "arch/unix/plugins/Kconfig"