From 0b27c81ba32de6f5eb9df769d839bab399c4c6de Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 25 Feb 2012 13:24:50 -0300 Subject: [media] v4l: Aptina-style sensor PLL support Add a generic helper function to compute PLL parameters for PLL found in several Aptina sensors. Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/media/video/Makefile') diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index c71c0d11755d..a023bca6afcc 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile @@ -21,6 +21,10 @@ endif obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-int-device.o obj-$(CONFIG_VIDEO_V4L2_COMMON) += v4l2-common.o +# Helper modules + +obj-$(CONFIG_VIDEO_APTINA_PLL) += aptina-pll.o + # All i2c modules must come first: obj-$(CONFIG_VIDEO_TUNER) += tuner.o -- cgit v1.2.3