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>
This commit is contained in:
Christoph Hellwig
2018-11-15 20:05:34 +01:00
committed by Masahiro Yamada
parent 2eac9c2dfb
commit 20f1b79d33
9 changed files with 11 additions and 24 deletions

View File

@@ -16,6 +16,7 @@ config IA64
select ARCH_MIGHT_HAVE_ACPI_PDC if ACPI
select FORCE_PCI if (!IA64_HP_SIM)
select PCI_DOMAINS if PCI
select PCI_SYSCALL if PCI
select HAVE_UNSTABLE_SCHED_CLOCK
select HAVE_EXIT_THREAD
select HAVE_IDE
@@ -545,9 +546,6 @@ if !IA64_HP_SIM
menu "Bus options (PCI, PCMCIA)"
config PCI_SYSCALL
def_bool PCI
source "drivers/pcmcia/Kconfig"
endmenu