summaryrefslogtreecommitdiffstats
path: root/drivers/sound/Kconfig
blob: cce5c760afdce05ae9899fd1fbcac8a955172e82 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-only
menuconfig SOUND
	bool "Sound drivers"
	select POLLER
	help
	  Say Y here for sound support. At the moment that's just beep tones.
	  Tones are played asynchronously in a poller. Check the beep command
	  for how to exercise the API.