diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-02 02:31:14 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-03 10:58:21 +0100 |
commit | d6ce55de3abcc4910fef1d79212a17480c154704 (patch) | |
tree | 6ac248f7a24ef6701f4d60c12252d06495962eef /drivers/media/video/Kconfig | |
parent | [media] staging: as102: Remove conditional compilation based on kernel version (diff) | |
download | linux-d6ce55de3abcc4910fef1d79212a17480c154704.tar.xz linux-d6ce55de3abcc4910fef1d79212a17480c154704.zip |
[media] move cx25821 out of staging
This driver had the major issues already fixed. Move it out
of staging.
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index d285c8c92819..d471d1e5a744 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -736,6 +736,8 @@ source "drivers/media/video/cx88/Kconfig" source "drivers/media/video/cx23885/Kconfig" +source "drivers/media/video/cx25821/Kconfig" + source "drivers/media/video/au0828/Kconfig" source "drivers/media/video/ivtv/Kconfig" |