diff options
Diffstat (limited to 'sound/Kconfig')
-rw-r--r-- | sound/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index a37bee094eba..200aca1faa71 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
@@ -28,6 +28,10 @@ menuconfig SOUND | |||
28 | 28 | ||
29 | if SOUND | 29 | if SOUND |
30 | 30 | ||
31 | config SOUND_OSS_CORE | ||
32 | bool | ||
33 | default n | ||
34 | |||
31 | source "sound/oss/dmasound/Kconfig" | 35 | source "sound/oss/dmasound/Kconfig" |
32 | 36 | ||
33 | if !M68K | 37 | if !M68K |
@@ -80,6 +84,7 @@ endif # SND | |||
80 | 84 | ||
81 | menuconfig SOUND_PRIME | 85 | menuconfig SOUND_PRIME |
82 | tristate "Open Sound System (DEPRECATED)" | 86 | tristate "Open Sound System (DEPRECATED)" |
87 | select SOUND_OSS_CORE | ||
83 | help | 88 | help |
84 | Say 'Y' or 'M' to enable Open Sound System drivers. | 89 | Say 'Y' or 'M' to enable Open Sound System drivers. |
85 | 90 | ||
@@ -91,6 +96,9 @@ endif # SOUND_PRIME | |||
91 | 96 | ||
92 | endif # !M68K | 97 | endif # !M68K |
93 | 98 | ||
99 | endif # SOUND | ||
100 | |||
101 | # AC97_BUS is used from both sound and ucb1400 | ||
94 | config AC97_BUS | 102 | config AC97_BUS |
95 | tristate | 103 | tristate |
96 | help | 104 | help |
@@ -99,4 +107,3 @@ config AC97_BUS | |||
99 | sound although they're sharing the AC97 bus. Concerned drivers | 107 | sound although they're sharing the AC97 bus. Concerned drivers |
100 | should "select" this. | 108 | should "select" this. |
101 | 109 | ||
102 | endif # SOUND | ||