]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[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 072dac04a75007cd8dd5ad1f1769b791a14d216a..8d4e3bd1bfe1feaab40d92741062bf4a99ed5626 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 fcde88860a2cbc6873c467bc45446033a35c59a9..4d220ef82653ec1791843351cdab33909aeb4b5c 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