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 8cc510874e1b..74ea59d34076 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1898,6 +1898,11 @@ config PCI_OLPC | |||
1898 | def_bool y | 1898 | def_bool y |
1899 | depends on PCI && OLPC && (PCI_GOOLPC || PCI_GOANY) | 1899 | depends on PCI && OLPC && (PCI_GOOLPC || PCI_GOANY) |
1900 | 1900 | ||
1901 | config PCI_XEN | ||
1902 | def_bool y | ||
1903 | depends on PCI && XEN | ||
1904 | select SWIOTLB_XEN | ||
1905 | |||
1901 | config PCI_DOMAINS | 1906 | config PCI_DOMAINS |
1902 | def_bool y | 1907 | def_bool y |
1903 | depends on PCI | 1908 | depends on PCI |