diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e0963f52bfdd..e8327686d3c5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1893,6 +1893,11 @@ config PCI_OLPC | |||
1893 | def_bool y | 1893 | def_bool y |
1894 | depends on PCI && OLPC && (PCI_GOOLPC || PCI_GOANY) | 1894 | depends on PCI && OLPC && (PCI_GOOLPC || PCI_GOANY) |
1895 | 1895 | ||
1896 | config PCI_XEN | ||
1897 | def_bool y | ||
1898 | depends on PCI && XEN | ||
1899 | select SWIOTLB_XEN | ||
1900 | |||
1896 | config PCI_DOMAINS | 1901 | config PCI_DOMAINS |
1897 | def_bool y | 1902 | def_bool y |
1898 | depends on PCI | 1903 | depends on PCI |