From: Lajos Molnar <molnar@xxxxxx> This patch links the TILER driver into the Linux kernel build and config system. Signed-off-by: Lajos Molnar <molnar@xxxxxx> Signed-off-by: David Sin <davidsin@xxxxxx> --- drivers/media/Kconfig | 6 ++++++ drivers/media/Makefile | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index a28541b..96ebc1d 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -98,6 +98,12 @@ config VIDEO_MEDIA comment "Multimedia drivers" +# +# TI TILER driver support +# + +source "drivers/media/video/tiler/Kconfig" + source "drivers/media/common/Kconfig" source "drivers/media/IR/Kconfig" diff --git a/drivers/media/Makefile b/drivers/media/Makefile index 499b081..922d71c 100644 --- a/drivers/media/Makefile +++ b/drivers/media/Makefile @@ -4,5 +4,7 @@ obj-y += common/ IR/ video/ +obj-${CONFIG_TI_TILER} += video/tiler/ + obj-$(CONFIG_VIDEO_DEV) += radio/ obj-$(CONFIG_DVB_CORE) += dvb/ -- 1.6.3.3 -- 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