Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # ALSA Sparc drivers |
| 3 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 4 | menuconfig SND_SPARC |
| 5 | bool "Sparc sound devices" |
| 6 | depends on SPARC |
| 7 | default y |
| 8 | help |
| 9 | Support for sound devices specific to Sun SPARC architectures. |
| 10 | |
| 11 | if SND_SPARC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 13 | config SND_SUN_AMD7930 |
| 14 | tristate "Sun AMD7930" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 15 | depends on SBUS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | select SND_PCM |
Takashi Iwai | ab79509 | 2005-06-30 18:13:54 +0200 | [diff] [blame] | 17 | help |
| 18 | Say Y here to include support for AMD7930 sound device on Sun. |
| 19 | |
| 20 | To compile this driver as a module, choose M here: the module |
| 21 | will be called snd-sun-amd7930. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | config SND_SUN_CS4231 |
| 24 | tristate "Sun CS4231" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | select SND_PCM |
Takashi Iwai | 61595dc | 2016-01-27 07:05:56 +0100 | [diff] [blame] | 26 | select SND_TIMER |
Takashi Iwai | ab79509 | 2005-06-30 18:13:54 +0200 | [diff] [blame] | 27 | help |
| 28 | Say Y here to include support for CS4231 sound device on Sun. |
| 29 | |
| 30 | To compile this driver as a module, choose M here: the module |
| 31 | will be called snd-sun-cs4231. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | |
Takashi Iwai | 1bd9deb | 2005-06-30 18:26:20 +0200 | [diff] [blame] | 33 | config SND_SUN_DBRI |
| 34 | tristate "Sun DBRI" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 35 | depends on SBUS |
Takashi Iwai | 1bd9deb | 2005-06-30 18:26:20 +0200 | [diff] [blame] | 36 | select SND_PCM |
| 37 | help |
| 38 | Say Y here to include support for DBRI sound device on Sun. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | |
Takashi Iwai | 1bd9deb | 2005-06-30 18:26:20 +0200 | [diff] [blame] | 40 | To compile this driver as a module, choose M here: the module |
| 41 | will be called snd-sun-dbri. |
| 42 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 43 | endif # SND_SPARC |