0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DMASOUND_ATARI
0003 tristate "Atari DMA sound support"
0004 depends on ATARI && SOUND
0005 select DMASOUND
0006 help
0007 If you want to use the internal audio of your Atari in Linux, answer
0008 Y to this question. This will provide a Sun-like /dev/audio,
0009 compatible with the Linux/i386 sound system. Otherwise, say N.
0010
0011 This driver is also available as a module ( = code which can be
0012 inserted in and removed from the running kernel whenever you
0013 want). If you want to compile it as a module, say M here and read
0014 <file:Documentation/kbuild/modules.rst>.
0015
0016 config DMASOUND_PAULA
0017 tristate "Amiga DMA sound support"
0018 depends on AMIGA && SOUND
0019 select DMASOUND
0020 help
0021 If you want to use the internal audio of your Amiga in Linux, answer
0022 Y to this question. This will provide a Sun-like /dev/audio,
0023 compatible with the Linux/i386 sound system. Otherwise, say N.
0024
0025 This driver is also available as a module ( = code which can be
0026 inserted in and removed from the running kernel whenever you
0027 want). If you want to compile it as a module, say M here and read
0028 <file:Documentation/kbuild/modules.rst>.
0029
0030 config DMASOUND_Q40
0031 tristate "Q40 sound support"
0032 depends on Q40 && SOUND
0033 select DMASOUND
0034 help
0035 If you want to use the internal audio of your Q40 in Linux, answer
0036 Y to this question. This will provide a Sun-like /dev/audio,
0037 compatible with the Linux/i386 sound system. Otherwise, say N.
0038
0039 This driver is also available as a module ( = code which can be
0040 inserted in and removed from the running kernel whenever you
0041 want). If you want to compile it as a module, say M here and read
0042 <file:Documentation/kbuild/modules.rst>.
0043
0044 config DMASOUND
0045 tristate
0046 select SOUND_OSS_CORE