hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/um/drivers/Kconfig
....@@ -104,23 +104,13 @@
104104
105105 config UML_SOUND
106106 tristate "Sound support"
107
+ depends on SOUND
108
+ select SOUND_OSS_CORE
107109 help
108110 This option enables UML sound support. If enabled, it will pull in
109
- soundcore and the UML hostaudio relay, which acts as a intermediary
111
+ the UML hostaudio relay, which acts as a intermediary
110112 between the host's dsp and mixer devices and the UML sound system.
111113 It is safe to say 'Y' here.
112
-
113
-config SOUND
114
- tristate
115
- default UML_SOUND
116
-
117
-config SOUND_OSS_CORE
118
- bool
119
- default UML_SOUND
120
-
121
-config HOSTAUDIO
122
- tristate
123
- default UML_SOUND
124114
125115 endmenu
126116