Messages in this thread |  | | Date | Mon, 04 Dec 2000 07:34:27 +0100 | From | Jordi Colomer <> | Subject | Soundconfig |
| |
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/
|  |