> wish -f scripts/kconfig.tk
> WARNING - broken Config.in! CONFIG_AEDSP16 was not declared!
The attached patch should cure this warning.
Best regards,
Hannu
-----------------------------
Hannu Savolainen (hannu@voxware.pp.fi, hannu@4front-tech.com)
http://personal.eunet.fi/pp/voxware/hannu.html (my home page)
http://www.4Front-Tech.com/uss.html (UNIX Sound System (USS))
http://personal.eunet.fi/pp/voxware (USS Lite/TASD/VoxWare)
---------- cut here --------- patch to linux/drivers/sound/configure.c ---
*** configure.c.old Mon Jun 10 18:56:14 1996
--- configure.c Mon Jun 10 18:58:15 1996
***************
*** 427,432 ****
--- 427,433 ----
{
for (i = 0; i < OPT_LAST; i++)
+ if (!(B(i) & DISABLED_OPTIONS))
if (mask == B (i))
{
unsigned int j;