diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-16 15:55:33 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-16 15:55:33 +0200 |
commit | 58df9dfb0cd0e6afde3ae7a49f84d4f216bc3cbf (patch) | |
tree | 17347fce4d0614808a60f2f498ec7f98d88fb374 /v4l/scripts | |
parent | ca94372a43df160bf0b500f011301f9cb4badd9f (diff) | |
download | mediapointer-dvb-s2-58df9dfb0cd0e6afde3ae7a49f84d4f216bc3cbf.tar.gz mediapointer-dvb-s2-58df9dfb0cd0e6afde3ae7a49f84d4f216bc3cbf.tar.bz2 |
aci: remove obsolete sources
From: Hans Verkuil <hverkuil@xs4all.nl>
The aci.c and aci.h files were copied from the kernel for a Miro radio
card. That driver has been removed, so these supported sources can
also be removed. In addition some remaining traces of the Miro driver
were also deleted.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/make_kconfig.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index ee649f574..20b94f0c1 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -583,9 +583,6 @@ disable_config('DVB_CINERGYT2_TUNING'); disable_config('DVB_FE_CUSTOMISE'); disable_config('VIDEO_HELPER_CHIPS_AUTO'); -# ACI needs some kernel includes that might not be there -disable_config('SOUND_ACI_MIXER') if (! -e "$kernsrc/sound/oss/sound_config.h"); - # Check dependencies my %newconfig = checkdeps(); |