summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
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 /arch/microblaze
parent2eac9c2dfb2b9660d592abbf3d172ebcb0af3719 (diff)
downloadlinux-0-day-20f1b79d33590dfe8dfdac52a683c7d96e3d101f.tar.gz
linux-0-day-20f1b79d33590dfe8dfdac52a683c7d96e3d101f.tar.xz
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 'arch/microblaze')
-rw-r--r--arch/microblaze/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index 551252d5c5614..b3012bb4e2b2d 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -37,6 +37,7 @@ config MICROBLAZE
select OF
select OF_EARLY_FLATTREE
select PCI_DOMAINS_GENERIC if PCI
+ select PCI_SYSCALL if PCI
select TRACING_SUPPORT
select VIRT_TO_BUS
select CPU_NO_EFFICIENT_FFS
@@ -268,9 +269,6 @@ endmenu
menu "Bus Options"
-config PCI_SYSCALL
- def_bool PCI
-
config PCI_XILINX
bool "Xilinx PCI host bridge support"
depends on PCI