mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
kconfig: add dependencies on CONFIG_MSI_NONBROKEN
For devices that require msi_init/msix_init to succeed, add a dependency on CONFIG_MSI_NONBROKEN. This will prevent those devices from appearing in a binary that cannot instantiate them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ca9b7e29de
commit
d6c1bd4a22
8 changed files with 18 additions and 12 deletions
|
@ -28,7 +28,7 @@ config E1000_PCI
|
|||
config E1000E_PCI_EXPRESS
|
||||
bool
|
||||
default y if PCI_DEVICES
|
||||
depends on PCI_EXPRESS
|
||||
depends on PCI_EXPRESS && MSI_NONBROKEN
|
||||
|
||||
config RTL8139_PCI
|
||||
bool
|
||||
|
@ -107,7 +107,7 @@ config ETSEC
|
|||
config ROCKER
|
||||
bool
|
||||
default y if PCI_DEVICES
|
||||
depends on PCI
|
||||
depends on PCI && MSI_NONBROKEN
|
||||
|
||||
config CAN_BUS
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue