[media] v4l: omap4iss: Enable driver compilation as a module
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 12 Apr 2015 12:09:05 +0000 (09:09 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 6 Jul 2015 11:25:51 +0000 (08:25 -0300)
Now that the driver doesn't use the non-exported omap4_ctrl_pad_readl
and omap4_ctrl_pad_writel functions nothing prevents it from being
compiled as a module anymore.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/staging/media/omap4iss/Kconfig
drivers/staging/media/omap4iss/TODO

index 072dac0..8d4e3bd 100644 (file)
@@ -1,5 +1,5 @@
 config VIDEO_OMAP4
-       bool "OMAP 4 Camera support"
+       tristate "OMAP 4 Camera support"
        depends on VIDEO_V4L2=y && VIDEO_V4L2_SUBDEV_API && I2C=y && ARCH_OMAP4
        depends on HAS_DMA
        select MFD_SYSCON
index fcde888..4d220ef 100644 (file)
@@ -1,4 +1,3 @@
-* Make the driver compile as a module
 * Fix FIFO/buffer overflows and underflows
 * Replace dummy resizer code with a real implementation
 * Fix checkpatch errors and warnings