Skip to content

Commit

Permalink
media: sh_mobile_ceu_camera: remove obsolete soc_camera driver
Browse files Browse the repository at this point in the history
This driver got converted to not depend on soc_camera in commit
32e5a70 ("media: platform: Add Renesas CEU driver").

There's no sense in keeping the old version there.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 21, 2019
1 parent 4e86952 commit 43a445f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,851 deletions.
9 changes: 0 additions & 9 deletions drivers/media/platform/soc_camera/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,3 @@ config SOC_CAMERA_PLATFORM
depends on SOC_CAMERA
help
This is a generic SoC camera platform driver, useful for testing

config VIDEO_SH_MOBILE_CEU
tristate "SuperH Mobile CEU Interface driver"
depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK
depends on ARCH_SHMOBILE || COMPILE_TEST
select VIDEOBUF2_DMA_CONTIG
select SOC_CAMERA_SCALE_CROP
---help---
This is a v4l2 driver for the SuperH Mobile CEU Interface
3 changes: 0 additions & 3 deletions drivers/media/platform/soc_camera/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ obj-$(CONFIG_SOC_CAMERA_SCALE_CROP) += soc_scale_crop.o
# a platform subdevice driver stub, allowing to support cameras by adding a
# couple of callback functions to the board code
obj-$(CONFIG_SOC_CAMERA_PLATFORM) += soc_camera_platform.o

# soc-camera host drivers have to be linked after camera drivers
obj-$(CONFIG_VIDEO_SH_MOBILE_CEU) += sh_mobile_ceu_camera.o
Loading

0 comments on commit 43a445f

Please sign in to comment.