x86/xen: resume timer irqs early
[linux/fpc-iii.git] / drivers / staging / media / Kconfig
blob46f1e619cbd838f29bd9891832db00b6610a44a7
1 menuconfig STAGING_MEDIA
2         bool "Media staging drivers"
3         default n
4         ---help---
5           This option allows you to select a number of media drivers that
6           don't have the "normal" Linux kernel quality level.
7           Most of them don't follow properly the V4L, DVB and/or RC API's,
8           so, they won't likely work fine with the existing applications.
9           That also means that, once fixed, their API's will change to match
10           the existing ones.
12           If you wish to work on these drivers, to help improve them, or
13           to report problems you have with them, please use the
14           linux-media@vger.kernel.org mailing list.
16           If in doubt, say N here.
19 if STAGING_MEDIA
21 # Please keep them in alphabetic order
22 source "drivers/staging/media/as102/Kconfig"
24 source "drivers/staging/media/cxd2099/Kconfig"
26 source "drivers/staging/media/davinci_vpfe/Kconfig"
28 source "drivers/staging/media/dt3155v4l/Kconfig"
30 source "drivers/staging/media/go7007/Kconfig"
32 source "drivers/staging/media/msi3101/Kconfig"
34 source "drivers/staging/media/solo6x10/Kconfig"
36 # Keep LIRC at the end, as it has sub-menus
37 source "drivers/staging/media/lirc/Kconfig"
39 endif