]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/sound/Kconfig
599edae97f27265b63e94e5ac14bc7a11505f334
[karo-tx-uboot.git] / drivers / sound / Kconfig
1 config 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.