* Soundconfig
@ 2000-12-04 6:34 Jordi Colomer
2000-12-04 7:26 ` Soundconfig Russell King
0 siblings, 1 reply; 2+ messages in thread
From: Jordi Colomer @ 2000-12-04 6:34 UTC (permalink / raw)
To: linux-kernel
Hello,
There is a little bug in the kernel file drivers/sound/Config.in for ARM
machines.
When I do make xconfig, an error shows up. The cause is in line 11 of
this file :
if [ "$CONFIG_SA1100_ASSABET" = "y" -o "$CONFIG_SA1100_BITSY" = "y" -o \
"$CONFIG_SA1100_PANGOLIN" = "y" -o $CONFIG_SA1100_FREEBIRD = "y" -o
\
"$CONFIG_SA1100_YOPY" = "y" ]; then
dep_tristate ' Assabet/Bitsy/Pangolin/Yopy audio support (UDA1341)'
CONFIG_SOUND_UDA1341 $CONFIG_SOUND
fi
Note that $CONFIG_SA1100_FREEBIRD must be quoted :
"$CONFIG_SA1100_FREEBIRD".
That's all.
Thank you for your work.
Jordi Colomer.
P.S. : This message was sent originally to mec@shout.net, but he replied
:
"I am not actively maintaining this file any more. Please send a copy
of your letter to linux-kernel@vger.kernel.org. Feel free to quote my
e-mail to other people if you think it will be helpful."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-12-04 8:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-04 6:34 Soundconfig Jordi Colomer
2000-12-04 7:26 ` Soundconfig Russell King
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.