mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
23a52386fa
Remove the soc_camera dependencies and move the diver to i2c Lost features, fortunately not used or not critical on test platform: - soc_camera power on/off callback - replaced with clock enable/disable only, no support for platform provided regulators nor power callback, - soc_camera sense request - replaced with arbitrarily selected default master clock rate and pixel clock limit, no support for platform requested values, - soc_camera board flags - no support for platform requested mbus config tweaks. Tested on Amstrad Delta with now out of tree but still locally maintained omap1_camera host driver. Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12 lines
503 B
Makefile
12 lines
503 B
Makefile
obj-$(CONFIG_SOC_CAMERA_IMX074) += imx074.o
|
|
obj-$(CONFIG_SOC_CAMERA_MT9M001) += mt9m001.o
|
|
obj-$(CONFIG_SOC_CAMERA_MT9T031) += mt9t031.o
|
|
obj-$(CONFIG_SOC_CAMERA_MT9T112) += mt9t112.o
|
|
obj-$(CONFIG_SOC_CAMERA_MT9V022) += mt9v022.o
|
|
obj-$(CONFIG_SOC_CAMERA_OV5642) += ov5642.o
|
|
obj-$(CONFIG_SOC_CAMERA_OV772X) += ov772x.o
|
|
obj-$(CONFIG_SOC_CAMERA_OV9640) += ov9640.o
|
|
obj-$(CONFIG_SOC_CAMERA_OV9740) += ov9740.o
|
|
obj-$(CONFIG_SOC_CAMERA_RJ54N1) += rj54n1cb0c.o
|
|
obj-$(CONFIG_SOC_CAMERA_TW9910) += tw9910.o
|