diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-15 20:05:34 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-23 11:45:52 +0900 |
commit | 20f1b79d33590dfe8dfdac52a683c7d96e3d101f (patch) | |
tree | 27b60474a60a82f2158996b2ace47d2ce5d2ccce /arch/arc | |
parent | 2eac9c2dfb2b9660d592abbf3d172ebcb0af3719 (diff) | |
download | linux-20f1b79d33590dfe8dfdac52a683c7d96e3d101f.tar.bz2 |
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/arc')
-rw-r--r-- | arch/arc/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 5d2dde4b04cd..54d618960a14 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -46,6 +46,7 @@ config ARC select OF select OF_EARLY_FLATTREE select OF_RESERVED_MEM + select PCI_SYSCALL if PCI select PERF_USE_VMALLOC if ARC_CACHE_VIPT_ALIASING config ARCH_HAS_CACHE_LINE_SIZE @@ -550,7 +551,4 @@ config FORCE_MAX_ZONEORDER default "12" if ARC_HUGEPAGE_16M default "11" -config PCI_SYSCALL - def_bool PCI - source "kernel/power/Kconfig" |