]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/sound/Kconfig
sandbox: exynos: Move CONFIG_SOUND to Kconfig
[people/ms/u-boot.git] / drivers / sound / Kconfig
CommitLineData
ef35d98a
SG
1config 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.