[RFC 8/8] TILER-DMM: Linking TILER driver into the Linux kernel build
David Sin
davidsin at ti.com
Fri Jul 23 19:28:14 EDT 2010
From: Lajos Molnar <molnar at ti.com>
This patch links the TILER driver into the Linux kernel build
and config system.
Signed-off-by: Lajos Molnar <molnar at ti.com>
Signed-off-by: David Sin <davidsin at ti.com>
---
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
More information about the linux-arm-kernel
mailing list