Browse Source

[media] v4l: omap4iss: Enable driver compilation as a module

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>
Laurent Pinchart 10 years ago
parent
commit
44f4294d5e
2 changed files with 1 additions and 2 deletions
  1. 1 1
      drivers/staging/media/omap4iss/Kconfig
  2. 0 1
      drivers/staging/media/omap4iss/TODO

+ 1 - 1
drivers/staging/media/omap4iss/Kconfig

@@ -1,5 +1,5 @@
 config VIDEO_OMAP4
 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 VIDEO_V4L2=y && VIDEO_V4L2_SUBDEV_API && I2C=y && ARCH_OMAP4
 	depends on HAS_DMA
 	depends on HAS_DMA
 	select MFD_SYSCON
 	select MFD_SYSCON

+ 0 - 1
drivers/staging/media/omap4iss/TODO

@@ -1,4 +1,3 @@
-* Make the driver compile as a module
 * Fix FIFO/buffer overflows and underflows
 * Fix FIFO/buffer overflows and underflows
 * Replace dummy resizer code with a real implementation
 * Replace dummy resizer code with a real implementation
 * Fix checkpatch errors and warnings
 * Fix checkpatch errors and warnings