gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / drivers / staging / media / Kconfig
blobe59a846bc909c26cf9ccd316add76a25b7f142ae
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig STAGING_MEDIA
3         bool "Media staging drivers"
4         default n
5         help
6           This option allows you to select a number of media drivers that
7           don't have the "normal" Linux kernel quality level.
8           Most of them don't follow properly the V4L, DVB and/or RC API's,
9           so, they won't likely work fine with the existing applications.
10           That also means that, once fixed, their API's will change to match
11           the existing ones.
13           If you wish to work on these drivers, to help improve them, or
14           to report problems you have with them, please use the
15           linux-media@vger.kernel.org mailing list.
17           If in doubt, say N here.
20 if STAGING_MEDIA && MEDIA_SUPPORT
22 # Please keep them in alphabetic order
23 source "drivers/staging/media/allegro-dvt/Kconfig"
25 source "drivers/staging/media/hantro/Kconfig"
27 source "drivers/staging/media/imx/Kconfig"
29 source "drivers/staging/media/meson/vdec/Kconfig"
31 source "drivers/staging/media/omap4iss/Kconfig"
33 source "drivers/staging/media/sunxi/Kconfig"
35 source "drivers/staging/media/tegra-vde/Kconfig"
37 source "drivers/staging/media/ipu3/Kconfig"
39 source "drivers/staging/media/soc_camera/Kconfig"
41 source "drivers/staging/media/phy-rockchip-dphy-rx0/Kconfig"
43 source "drivers/staging/media/rkisp1/Kconfig"
45 if MEDIA_ANALOG_TV_SUPPORT
46 source "drivers/staging/media/usbvision/Kconfig"
47 endif
49 endif