diff options
author | Thomas Petazzoni | 2013-03-21 17:59:19 +0100 |
---|---|---|
committer | Jason Cooper | 2013-04-15 16:06:39 +0200 |
commit | 95b80e0a9ab3c1c8b41af5f2863801708f8f7288 (patch) | |
tree | e64757a5964eb9b745e9357581476a80d01ab3ee /arch/arm/Kconfig | |
parent | arm: mach-orion5x: convert to use mvebu-mbus driver (diff) | |
download | kernel-qcow2-linux-95b80e0a9ab3c1c8b41af5f2863801708f8f7288.tar.gz kernel-qcow2-linux-95b80e0a9ab3c1c8b41af5f2863801708f8f7288.tar.xz kernel-qcow2-linux-95b80e0a9ab3c1c8b41af5f2863801708f8f7288.zip |
arm: mach-mv78xx0: convert to use the mvebu-mbus driver
This commit convers the mach-mv78xx0 sub-architecture to use the
mvebu-mbus driver. We simply have to call mvebu_mbus_init() in the
->init_early() function, and modify the PCIe code so that it uses the
new functions provided by mvebu-mbus to create the needed PCIe
windows.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b6f5f28ef007..9462dd931b33 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -588,6 +588,7 @@ config ARCH_MV78XX0 select GENERIC_CLOCKEVENTS select PCI select PLAT_ORION_LEGACY + select MVEBU_MBUS help Support for the following Marvell MV78xx0 series SoCs: MV781x0, MV782x0. |