mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 18:26:47 +07:00
[media] staging/media: remove deprecated omap1 driver
Remove this deprecated old driver. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
c93cc61475
commit
c021127527
@ -27,8 +27,6 @@ source "drivers/staging/media/davinci_vpfe/Kconfig"
|
||||
|
||||
source "drivers/staging/media/mn88472/Kconfig"
|
||||
|
||||
source "drivers/staging/media/omap1/Kconfig"
|
||||
|
||||
source "drivers/staging/media/omap4iss/Kconfig"
|
||||
|
||||
source "drivers/staging/media/timb/Kconfig"
|
||||
|
@ -2,7 +2,6 @@ obj-$(CONFIG_I2C_BCM2048) += bcm2048/
|
||||
obj-$(CONFIG_DVB_CXD2099) += cxd2099/
|
||||
obj-$(CONFIG_LIRC_STAGING) += lirc/
|
||||
obj-$(CONFIG_VIDEO_DM365_VPFE) += davinci_vpfe/
|
||||
obj-$(CONFIG_VIDEO_OMAP1) += omap1/
|
||||
obj-$(CONFIG_VIDEO_OMAP4) += omap4iss/
|
||||
obj-$(CONFIG_DVB_MN88472) += mn88472/
|
||||
obj-$(CONFIG_VIDEO_TIMBERDALE) += timb/
|
||||
|
@ -1,13 +0,0 @@
|
||||
config VIDEO_OMAP1
|
||||
tristate "OMAP1 Camera Interface driver"
|
||||
depends on VIDEO_DEV && SOC_CAMERA
|
||||
depends on ARCH_OMAP1
|
||||
depends on HAS_DMA
|
||||
select VIDEOBUF_DMA_CONTIG
|
||||
select VIDEOBUF_DMA_SG
|
||||
---help---
|
||||
This is a v4l2 driver for the TI OMAP1 camera interface
|
||||
|
||||
This driver is deprecated and will be removed soon unless someone
|
||||
will start the work to convert this driver to the vb2 framework
|
||||
and remove the soc-camera dependency.
|
@ -1,3 +0,0 @@
|
||||
# Makefile for OMAP1 driver
|
||||
|
||||
obj-$(CONFIG_VIDEO_OMAP1) += omap1_camera.o
|
@ -1,8 +0,0 @@
|
||||
This driver is deprecated and will be removed soon unless someone will start
|
||||
the work to convert this driver to the vb2 framework and remove the
|
||||
soc-camera dependency.
|
||||
|
||||
Note that trivial patches will not be accepted anymore, only a full conversion.
|
||||
|
||||
If you want to convert this driver, please contact the linux-media mailinglist
|
||||
(see http://linuxtv.org/lists.php).
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user