diff options
-rwxr-xr-x | v4l/scripts/make_kconfig.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index 10d1eabb1..4fc39383f 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -462,6 +462,9 @@ disable_config('DVB_AV7110_FIRMWARE'); disable_config('DVB_CINERGYT2_TUNING'); disable_config('DVB_FE_CUSTOMISE'); +# ACI needs some kernel includes that might not be there +disable_config('SOUND_ACI_MIXER') if (! -e "$kernel/sound/oss/sound_config.h"); + # Check dependencies my %newconfig = checkdeps(); |