Paolo Bonzini | 82f5181 | 2019-01-23 14:56:00 +0800 | [diff] [blame] | 1 | config PCI |
| 2 | bool |
Yang Zhong | e9947d1 | 2019-01-23 14:56:03 +0800 | [diff] [blame] | 3 | |
| 4 | config PCI_EXPRESS |
| 5 | bool |
| 6 | select PCI |
Paolo Bonzini | 7c28b92 | 2019-01-23 14:56:04 +0800 | [diff] [blame] | 7 | |
| 8 | config PCI_DEVICES |
| 9 | bool |
Paolo Bonzini | ca9b7e2 | 2019-03-14 14:13:34 +0100 | [diff] [blame] | 10 | |
| 11 | config MSI_NONBROKEN |
| 12 | # selected by interrupt controllers that do not support MSI, |
| 13 | # or support it and have a good implementation. See commit |
| 14 | # 47d2b0f33c664533b8dbd5cb17faa8e6a01afe1f. |
| 15 | bool |