-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: Move media drivers to staging/media
In practice, it is being hard to distinguish when a patch should go to staging tree or to the media tree. Better to distinguish it, by putting the media drivers at a separate staging directory. Newer staging drivers that include anything with "dvb*.h", "v4l2*.h" or "videodev2.h" should go to the drivers/staging/media tree. Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
- Loading branch information
Mauro Carvalho Chehab
committed
Nov 3, 2011
1 parent
d6ce55d
commit 4860c73
Showing
83 changed files
with
48 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
menuconfig STAGING_MEDIA | ||
bool "Media staging drivers" | ||
default n | ||
---help--- | ||
This option allows you to select a number of media drivers that | ||
don't have the "normal" Linux kernel quality level. | ||
Most of them don't follow properly the V4L, DVB and/or RC API's, | ||
so, they won't likely work fine with the existing applications. | ||
That also means that, one fixed, their API's will change to match | ||
the existing ones. | ||
|
||
If you wish to work on these drivers, to help improve them, or | ||
to report problems you have with them, please use the | ||
linux-media@vger.kernel.org mailing list. | ||
|
||
If in doubt, say N here. | ||
|
||
|
||
if STAGING_MEDIA | ||
|
||
# Please keep them in alphabetic order | ||
source "drivers/staging/media/as102/Kconfig" | ||
|
||
source "drivers/staging/media/cxd2099/Kconfig" | ||
|
||
source "drivers/staging/media/dt3155v4l/Kconfig" | ||
|
||
source "drivers/staging/media/easycap/Kconfig" | ||
|
||
source "drivers/staging/media/go7007/Kconfig" | ||
|
||
source "drivers/staging/media/solo6x10/Kconfig" | ||
|
||
# Keep LIRC at the end, as it has sub-menus | ||
source "drivers/staging/media/lirc/Kconfig" | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
obj-$(CONFIG_DVB_AS102) += as102/ | ||
obj-$(CONFIG_DVB_CXD2099) += cxd2099/ | ||
obj-$(CONFIG_EASYCAP) += easycap/ | ||
obj-$(CONFIG_LIRC_STAGING) += lirc/ | ||
obj-$(CONFIG_SOLO6X10) += solo6x10/ | ||
obj-$(CONFIG_VIDEO_DT3155) += dt3155v4l/ | ||
obj-$(CONFIG_VIDEO_GO7007) += go7007/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.