blob: 599edae97f27265b63e94e5ac14bc7a11505f334 [file] [log] [blame]
Simon Glassef35d982015-03-06 13:19:08 -07001config SOUND
2 bool "Enable sound support"
3 help
4 Support making sounds through an audio codec. This is normally a
5 beep at a chosen frequency for a selected length of time. However
6 the drivers support playing arbitrary sound samples using a
7 PCM interface.
8
9 Note: At present the sound setup is somewhat tangled up in that the
10 audio codecs are called from the sound-i2s code. This could be
11 converted to driver model.