Initial port from omapzoom: http://omapzoom.org/gf/project/omapbridge For details, http://omapzoom.org/gf/project/omapbridge/docman/?subdir=3 Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@xxxxxxxxx> --- arch/arm/Kconfig | 1 + drivers/Makefile | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cbc8406..154e315 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1232,6 +1232,7 @@ source "drivers/uio/Kconfig" if ARCH_OMAP source "drivers/cbus/Kconfig" source "drivers/dsp/dspgateway/Kconfig" +source "drivers/dsp/bridge/Kconfig" endif endmenu diff --git a/drivers/Makefile b/drivers/Makefile index 39cfe40..409e31a 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -40,6 +40,7 @@ obj-y += base/ block/ misc/ mfd/ net/ media/ cbus/ obj-y += i2c/ obj-y += cbus/ obj-$(CONFIG_ARCH_OMAP) += dsp/dspgateway/ +obj-$(CONFIG_MPU_BRIDGE) += dsp/bridge/ obj-$(CONFIG_NUBUS) += nubus/ obj-$(CONFIG_ATM) += atm/ obj-y += macintosh/ -- 1.5.5.1.357.g1af8b -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html