media: soc_camera: Remove the rj45n1 SoC camera sensor driver
There is a V4L2 sub-device sensor driver for the rj45n1. As there is already another driver, remove the SoC camera one. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
f47c34be55
commit
3c32db82df
|
@ -27,9 +27,3 @@ config SOC_CAMERA_OV9740
|
|||
depends on SOC_CAMERA && I2C
|
||||
help
|
||||
This is a ov9740 camera driver
|
||||
|
||||
config SOC_CAMERA_RJ54N1
|
||||
tristate "rj54n1cb0c support"
|
||||
depends on SOC_CAMERA && I2C
|
||||
help
|
||||
This is a rj54n1cb0c video driver
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
obj-$(CONFIG_SOC_CAMERA_MT9V022) += soc_mt9v022.o
|
||||
obj-$(CONFIG_SOC_CAMERA_OV5642) += soc_ov5642.o
|
||||
obj-$(CONFIG_SOC_CAMERA_OV9740) += soc_ov9740.o
|
||||
obj-$(CONFIG_SOC_CAMERA_RJ54N1) += soc_rj54n1cb0c.o
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue