Loading drivers/bus/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading drivers/bus/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
drivers/bus/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
drivers/bus/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading