Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / arch / unix / plugins / Kconfig
1 config PLUGINS
2         depends HOST_UNIX
3         bool "Plugin system (obsolete)"
4         default n
5         
6 config PLUGIN_PCI
7         depends HOST_UNIX && PLUGINS
8         bool "PCI Emulation"
9         default n
10
11 config PLUGIN_QT
12         bool "QT Display Emulation"
13         depends HOST_UNIX && PLUGINS && PLUGIN_PCI
14         default n
15         help
16           This plugin needs qt installed. Disable if you don't have qt.