diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-15 20:05:33 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-23 11:45:44 +0900 |
commit | 2eac9c2dfb2b9660d592abbf3d172ebcb0af3719 (patch) | |
tree | 456fa735e8052a6f2c629c1a832107f36bad017d /arch/alpha | |
parent | eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a (diff) | |
download | linux-stable-2eac9c2dfb2b9660d592abbf3d172ebcb0af3719.tar.gz linux-stable-2eac9c2dfb2b9660d592abbf3d172ebcb0af3719.tar.bz2 linux-stable-2eac9c2dfb2b9660d592abbf3d172ebcb0af3719.zip |
PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config options
Move the definitions to drivers/pci and let the architectures select
them. Two small differences to before: PCI_DOMAINS_GENERIC now selects
PCI_DOMAINS, cutting down the churn for modern architectures. As the
only architectured arm did previously also offer PCI_DOMAINS as a user
visible choice in addition to selecting it from the relevant configs,
this is gone now.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index ef6ea8171994..2bf98e581684 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -7,6 +7,7 @@ config ALPHA select ARCH_NO_PREEMPT select ARCH_USE_CMPXCHG_LOCKREF select FORCE_PCI if !ALPHA_JENSEN + select PCI_DOMAINS if PCI select HAVE_AOUT select HAVE_IDE select HAVE_OPROFILE @@ -321,10 +322,6 @@ config ISA_DMA_API bool default y -config PCI_DOMAINS - bool - default y - config PCI_SYSCALL def_bool PCI |