Commit 44f4294d authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab

[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: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 9d39f054
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
......
* 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment