diff options
author | Kumba <kumba@gentoo.org> | 2006-06-18 02:17:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:26 -0400 |
commit | b97b36bfd761d83f714eb1b5d6bce519794fa650 (patch) | |
tree | 256963db26c9ce44451cb48ee893c64a1322453a | |
parent | c3b1c2de2254aa4721e7e3c8d418fa9302e6acb0 (diff) |
[MIPS] Correct HAL2 Kconfig description
The current HAL2 Kconfig description indicates it is only used on SGI
Indy systems, however all members of the Indigo2 Family have this sound
card as well. Plus a minor grammatical fix is included.
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | sound/oss/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 558c6ed443be..080ab036b67a 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -98,8 +98,8 @@ config SOUND_HAL2 | |||
98 | tristate "SGI HAL2 sound (EXPERIMENTAL)" | 98 | tristate "SGI HAL2 sound (EXPERIMENTAL)" |
99 | depends on SOUND_PRIME && SGI_IP22 && EXPERIMENTAL | 99 | depends on SOUND_PRIME && SGI_IP22 && EXPERIMENTAL |
100 | help | 100 | help |
101 | Say Y or M if you have an SGI Indy system and want to be able to | 101 | Say Y or M if you have an SGI Indy or Indigo2 system and want to be able to |
102 | use it's on-board A2 audio system. | 102 | use its on-board A2 audio system. |
103 | 103 | ||
104 | config SOUND_IT8172 | 104 | config SOUND_IT8172 |
105 | tristate "IT8172G Sound" | 105 | tristate "IT8172G Sound" |