diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-09-10 19:58:39 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-09-10 19:58:39 +0200 |
commit | a8f908ae4e4df8c18b0fe87bfae722392b5429d8 (patch) | |
tree | aa4c957f41b67799fa257fb952709377c72f032c /v4l/scripts | |
parent | f3fb970832182809d9bf8b397fe34f70404e51fd (diff) | |
download | mediapointer-dvb-s2-a8f908ae4e4df8c18b0fe87bfae722392b5429d8.tar.gz mediapointer-dvb-s2-a8f908ae4e4df8c18b0fe87bfae722392b5429d8.tar.bz2 |
v4l: Merge drivers/staging/go7007 in v4l-dvb.
From: Hans Verkuil <hverkuil@xs4all.nl>
Having go7007 as part of v4l-dvb makes it easier to continue developing
this driver.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/make_kconfig.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index 4690f6ab4..fd6dbd739 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -585,6 +585,7 @@ EOF open_kconfig('../linux', '../linux/drivers/media/Kconfig'); open_kconfig('.', './Kconfig.sound'); +open_kconfig('.', './Kconfig.staging'); close OUT; # These options should default to off |