summaryrefslogtreecommitdiff
path: root/drivers/pci/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-11-15 20:05:34 +0100
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-11-23 11:45:52 +0900
commit20f1b79d33590dfe8dfdac52a683c7d96e3d101f (patch)
tree27b60474a60a82f2158996b2ace47d2ce5d2ccce /drivers/pci/Kconfig
parent2eac9c2dfb2b9660d592abbf3d172ebcb0af3719 (diff)
PCI: consolidate the PCI_SYSCALL symbol
Let architectures select the syscall support instead of duplicating the kconfig entry. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r--drivers/pci/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 9a2630c98be4..31ec770b433d 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -30,6 +30,9 @@ config PCI_DOMAINS_GENERIC
depends on PCI
select PCI_DOMAINS
+config PCI_SYSCALL
+ bool
+
source "drivers/pci/pcie/Kconfig"
config PCI_MSI