mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
There are lots of drivers that only work when the media controller and/or the V4L2 subdev APIs are present. Right now, someone need to first enable those APIs before using those drivers. Well, ideally, drivers, should, instead *optionally* depend on it, in order for PC camera drivers to be able to use them, but nowadays most drivers are UVC cameras, with don't require a sensor driver. So, be it. Let's instead make them select the MEDIA_CONTROLLER and the SUBDEV API, in order to make easier for people to be able of enabling them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
||
|---|---|---|
| .. | ||
| cobalt-alsa-main.c | ||
| cobalt-alsa-pcm.c | ||
| cobalt-alsa-pcm.h | ||
| cobalt-alsa.h | ||
| cobalt-cpld.c | ||
| cobalt-cpld.h | ||
| cobalt-driver.c | ||
| cobalt-driver.h | ||
| cobalt-flash.c | ||
| cobalt-flash.h | ||
| cobalt-i2c.c | ||
| cobalt-i2c.h | ||
| cobalt-irq.c | ||
| cobalt-irq.h | ||
| cobalt-omnitek.c | ||
| cobalt-omnitek.h | ||
| cobalt-v4l2.c | ||
| cobalt-v4l2.h | ||
| Kconfig | ||
| m00233_video_measure_memmap_package.h | ||
| m00235_fdma_packer_memmap_package.h | ||
| m00389_cvi_memmap_package.h | ||
| m00460_evcnt_memmap_package.h | ||
| m00473_freewheel_memmap_package.h | ||
| m00479_clk_loss_detector_memmap_package.h | ||
| m00514_syncgen_flow_evcnt_memmap_package.h | ||
| Makefile | ||