summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig2018-11-15 20:05:34 +0100
committerMasahiro Yamada2018-11-23 03:45:52 +0100
commit20f1b79d33590dfe8dfdac52a683c7d96e3d101f (patch)
tree27b60474a60a82f2158996b2ace47d2ce5d2ccce /arch/arm64/Kconfig
parentPCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options (diff)
downloadkernel-qcow2-linux-20f1b79d33590dfe8dfdac52a683c7d96e3d101f.tar.gz
kernel-qcow2-linux-20f1b79d33590dfe8dfdac52a683c7d96e3d101f.tar.xz
kernel-qcow2-linux-20f1b79d33590dfe8dfdac52a683c7d96e3d101f.zip
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/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0eba26143350..8db186f8442b 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -166,6 +166,7 @@ config ARM64
select OF_RESERVED_MEM
select PCI_DOMAINS_GENERIC if PCI
select PCI_ECAM if ACPI
+ select PCI_SYSCALL if PCI
select POWER_RESET
select POWER_SUPPLY
select REFCOUNT_FULL
@@ -289,9 +290,6 @@ config ARCH_PROC_KCORE_TEXT
source "arch/arm64/Kconfig.platforms"
-config PCI_SYSCALL
- def_bool PCI
-
menu "Kernel Features"
menu "ARM errata workarounds via the alternatives framework"