diff options
author | Paul Burton <paul.burton@imgtec.com> | 2016-10-05 18:18:13 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-10-06 18:00:52 +0200 |
commit | 87dd9a4de421f052fd9be58c7da08a453f340d5e (patch) | |
tree | d59e67442805343710c679a14f7883759564912d /arch/mips/Kconfig | |
parent | c5611df968047fb0b38156497b4242730ef66108 (diff) | |
download | op-kernel-dev-87dd9a4de421f052fd9be58c7da08a453f340d5e.zip op-kernel-dev-87dd9a4de421f052fd9be58c7da08a453f340d5e.tar.gz |
MIPS: PCI: Support generic drivers
Introduce support for PCI drivers using only functionality provided
generically by the PCI subsystem, by adding the minimum arch-provided
functions required.
The driver this has been developed for & tested with the xilinx-pcie on
a MIPS Boston development board.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14346/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d31f839..86d5b39 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -2998,6 +2998,7 @@ config PCI_DOMAINS_GENERIC bool config PCI_DRIVERS_GENERIC + select PCI_DOMAINS_GENERIC if PCI_DOMAINS bool config PCI_DRIVERS_LEGACY |