diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-15 14:05:34 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-22 21:45:52 -0500 |
commit | 20f1b79d33590dfe8dfdac52a683c7d96e3d101f (patch) | |
tree | 27b60474a60a82f2158996b2ace47d2ce5d2ccce /arch/arm64/Kconfig | |
parent | 2eac9c2dfb2b9660d592abbf3d172ebcb0af3719 (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 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 4 |
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 | |||
166 | select OF_RESERVED_MEM | 166 | select OF_RESERVED_MEM |
167 | select PCI_DOMAINS_GENERIC if PCI | 167 | select PCI_DOMAINS_GENERIC if PCI |
168 | select PCI_ECAM if ACPI | 168 | select PCI_ECAM if ACPI |
169 | select PCI_SYSCALL if PCI | ||
169 | select POWER_RESET | 170 | select POWER_RESET |
170 | select POWER_SUPPLY | 171 | select POWER_SUPPLY |
171 | select REFCOUNT_FULL | 172 | select REFCOUNT_FULL |
@@ -289,9 +290,6 @@ config ARCH_PROC_KCORE_TEXT | |||
289 | 290 | ||
290 | source "arch/arm64/Kconfig.platforms" | 291 | source "arch/arm64/Kconfig.platforms" |
291 | 292 | ||
292 | config PCI_SYSCALL | ||
293 | def_bool PCI | ||
294 | |||
295 | menu "Kernel Features" | 293 | menu "Kernel Features" |
296 | 294 | ||
297 | menu "ARM errata workarounds via the alternatives framework" | 295 | menu "ARM errata workarounds via the alternatives framework" |