audio: Make pcspk card selectable again
commit5a4d701acde890a5ca134236424ece45545f70c7
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 16 Aug 2012 09:01:11 +0000 (16 11:01 +0200)
committermalc <av1474@comtv.ru>
Thu, 16 Aug 2012 14:52:58 +0000 (16 18:52 +0400)
treef7daeb54d05f7d3b2483b529441a8d9f70221df4
parent2b97f88c927be3ff3722497980048bc1cb7cc571
audio: Make pcspk card selectable again

    [ The following text is in the "ISO-8859-1" character set. ]
    [ Your display is set for the "KOI8-R" character set.  ]
    [ Some special characters may be displayed incorrectly. ]

Since we moved pcspk into hwlib, CONFIG_PCSPK is no longer defined per
target. Therefore, statically built soundhw array in arch_init.c stopped
including this card.

Work around this by re-adding this define to config-target.mak.
Long-term, a dynamic creation of this soundhw list will be necessary.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: malc <av1474@comtv.ru>
configure