Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # ALSA Sparc drivers |
| 2 | |
| 3 | menu "ALSA Sparc devices" |
| 4 | depends on SND!=n && (SPARC32 || SPARC64) |
| 5 | |
| 6 | config SND_SUN_AMD7930 |
| 7 | tristate "Sun AMD7930" |
| 8 | depends on SBUS && SND |
| 9 | select SND_PCM |
Takashi Iwai | 16dab54 | 2005-09-05 17:17:58 +0200 | [diff] [blame] | 10 | select SND_GENERIC_DRIVER |
Takashi Iwai | ab79509 | 2005-06-30 18:13:54 +0200 | [diff] [blame] | 11 | help |
| 12 | Say Y here to include support for AMD7930 sound device on Sun. |
| 13 | |
| 14 | To compile this driver as a module, choose M here: the module |
| 15 | will be called snd-sun-amd7930. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | config SND_SUN_CS4231 |
| 18 | tristate "Sun CS4231" |
| 19 | depends on SND |
| 20 | select SND_PCM |
Takashi Iwai | 16dab54 | 2005-09-05 17:17:58 +0200 | [diff] [blame] | 21 | select SND_GENERIC_DRIVER |
Takashi Iwai | ab79509 | 2005-06-30 18:13:54 +0200 | [diff] [blame] | 22 | help |
| 23 | Say Y here to include support for CS4231 sound device on Sun. |
| 24 | |
| 25 | To compile this driver as a module, choose M here: the module |
| 26 | will be called snd-sun-cs4231. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | |
Takashi Iwai | 1bd9deb | 2005-06-30 18:26:20 +0200 | [diff] [blame] | 28 | config SND_SUN_DBRI |
| 29 | tristate "Sun DBRI" |
| 30 | depends on SND && SBUS |
| 31 | select SND_PCM |
Takashi Iwai | 16dab54 | 2005-09-05 17:17:58 +0200 | [diff] [blame] | 32 | select SND_GENERIC_DRIVER |
Takashi Iwai | 1bd9deb | 2005-06-30 18:26:20 +0200 | [diff] [blame] | 33 | help |
| 34 | Say Y here to include support for DBRI sound device on Sun. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | |
Takashi Iwai | 1bd9deb | 2005-06-30 18:26:20 +0200 | [diff] [blame] | 36 | To compile this driver as a module, choose M here: the module |
| 37 | will be called snd-sun-dbri. |
| 38 | |
| 39 | endmenu |