xref: /linux/sound/oss/dmasound/Kconfig (revision cd238eff)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvaldsconfig DMASOUND_ATARI
31da177e4SLinus Torvalds	tristate "Atari DMA sound support"
41da177e4SLinus Torvalds	depends on ATARI && SOUND
51da177e4SLinus Torvalds	select DMASOUND
61da177e4SLinus Torvalds	help
71da177e4SLinus Torvalds	  If you want to use the internal audio of your Atari in Linux, answer
81da177e4SLinus Torvalds	  Y to this question. This will provide a Sun-like /dev/audio,
91da177e4SLinus Torvalds	  compatible with the Linux/i386 sound system. Otherwise, say N.
101da177e4SLinus Torvalds
111da177e4SLinus Torvalds	  This driver is also available as a module ( = code which can be
121da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you
131da177e4SLinus Torvalds	  want). If you want to compile it as a module, say M here and read
14*cd238effSMauro Carvalho Chehab	  <file:Documentation/kbuild/modules.rst>.
151da177e4SLinus Torvalds
161da177e4SLinus Torvaldsconfig DMASOUND_PAULA
171da177e4SLinus Torvalds	tristate "Amiga DMA sound support"
187b892806SAdrian Bunk	depends on AMIGA && SOUND
191da177e4SLinus Torvalds	select DMASOUND
201da177e4SLinus Torvalds	help
211da177e4SLinus Torvalds	  If you want to use the internal audio of your Amiga in Linux, answer
221da177e4SLinus Torvalds	  Y to this question. This will provide a Sun-like /dev/audio,
231da177e4SLinus Torvalds	  compatible with the Linux/i386 sound system. Otherwise, say N.
241da177e4SLinus Torvalds
251da177e4SLinus Torvalds	  This driver is also available as a module ( = code which can be
261da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you
271da177e4SLinus Torvalds	  want). If you want to compile it as a module, say M here and read
28*cd238effSMauro Carvalho Chehab	  <file:Documentation/kbuild/modules.rst>.
291da177e4SLinus Torvalds
301da177e4SLinus Torvaldsconfig DMASOUND_Q40
311da177e4SLinus Torvalds	tristate "Q40 sound support"
321da177e4SLinus Torvalds	depends on Q40 && SOUND
331da177e4SLinus Torvalds	select DMASOUND
341da177e4SLinus Torvalds	help
351da177e4SLinus Torvalds	  If you want to use the internal audio of your Q40 in Linux, answer
361da177e4SLinus Torvalds	  Y to this question. This will provide a Sun-like /dev/audio,
371da177e4SLinus Torvalds	  compatible with the Linux/i386 sound system. Otherwise, say N.
381da177e4SLinus Torvalds
391da177e4SLinus Torvalds	  This driver is also available as a module ( = code which can be
401da177e4SLinus Torvalds	  inserted in and removed from the running kernel whenever you
411da177e4SLinus Torvalds	  want). If you want to compile it as a module, say M here and read
42*cd238effSMauro Carvalho Chehab	  <file:Documentation/kbuild/modules.rst>.
431da177e4SLinus Torvalds
441da177e4SLinus Torvaldsconfig DMASOUND
451da177e4SLinus Torvalds	tristate
46d886e87cSTejun Heo	select SOUND_OSS_CORE
47