diff options
Diffstat (limited to 'hw/misc/Kconfig')
| -rw-r--r-- | hw/misc/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index cf18ac08e6..19c216f3ef 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -121,9 +121,19 @@ config IOTKIT_SYSCTL config IOTKIT_SYSINFO bool -config PVPANIC +config PVPANIC_COMMON + bool + +config PVPANIC_PCI + bool + default y if PCI_DEVICES + depends on PCI + select PVPANIC_COMMON + +config PVPANIC_ISA bool depends on ISA_BUS + select PVPANIC_COMMON config AUX bool |