Skip to content

Commit

Permalink
Merge tag 'tags/drivers_for_v3.10' into mvebu/soc
Browse files Browse the repository at this point in the history
mvebu drivers for v3.10

 - mvebu: mbus driver for kirkwood, dove, orion5x, mv78xx, and armada 370/xp
  • Loading branch information
Jason Cooper committed Apr 15, 2013
2 parents 02ac5b3 + 8d7297b commit a33dc58
Show file tree
Hide file tree
Showing 4 changed files with 901 additions and 1 deletion.
7 changes: 7 additions & 0 deletions drivers/bus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

menu "Bus devices"

config MVEBU_MBUS
bool
depends on PLAT_ORION
help
Driver needed for the MBus configuration on Marvell EBU SoCs
(Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).

config OMAP_OCP2SCP
tristate "OMAP OCP2SCP DRIVER"
depends on ARCH_OMAP2PLUS
Expand Down
1 change: 1 addition & 0 deletions drivers/bus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Makefile for the bus drivers.
#

obj-$(CONFIG_MVEBU_MBUS) += mvebu-mbus.o
obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o

# Interconnect bus driver for OMAP SoCs.
Expand Down
Loading

0 comments on commit a33dc58

Please sign in to comment.