hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/sound/mips/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 # ALSA MIPS drivers
23
34 menuconfig SND_MIPS
....@@ -13,15 +14,15 @@
1314 tristate "SGI O2 Audio"
1415 depends on SGI_IP32
1516 select SND_PCM
16
- help
17
- Sound support for the SGI O2 Workstation.
17
+ help
18
+ Sound support for the SGI O2 Workstation.
1819
1920 config SND_SGI_HAL2
20
- tristate "SGI HAL2 Audio"
21
- depends on SGI_HAS_HAL2
21
+ tristate "SGI HAL2 Audio"
22
+ depends on SGI_HAS_HAL2
2223 select SND_PCM
23
- help
24
- Sound support for the SGI Indy and Indigo2 Workstation.
24
+ help
25
+ Sound support for the SGI Indy and Indigo2 Workstation.
2526
2627 endif # SND_MIPS
2728