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 [EMAIL PROTECTED], but he replied
:
"I am not actively maintaining this file any more. Please send a copy
of your letter to [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/