aboutsummaryrefslogtreecommitdiffstats
path: root/sound/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-05-11 05:14:45 -0400
committerTakashi Iwai <tiwai@suse.de>2017-05-12 03:57:20 -0400
commit31cbee6a5611f07d2d66f55bb6f8648db5947e32 (patch)
tree2f616a5a20b647501427503c11024ada4449f6a5 /sound/Kconfig
parent960013762df0a214b57f2fce655422fb52bdfd2c (diff)
sound: Disable the build of OSS drivers
OSS drivers are left as badly unmaintained, and now we're facing a problem to clean up the hackish set_fs() usage in their codes. Since most of drivers have been covered by ALSA, and the others are dead old and inactive, let's leave them RIP. This patch is the first step: disable the build of OSS drivers. We'll eventually drop the whole codes and clean up later. Note that sound/oss/dmasound is still kept, since it's a completely different implementation of OSS, and it doesn't suffer from set_fs() hack. Moreover, the build of ALSA is disabled on M68K by some reason, thus disabling it shall result in a regression. This one will be disabled / removed once when we add the support in ALSA side. Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/Kconfig')
-rw-r--r--sound/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/Kconfig b/sound/Kconfig
index ee2e69a9ecd1..6a215a8c0490 100644
--- a/sound/Kconfig
+++ b/sound/Kconfig
@@ -115,6 +115,7 @@ endif # SND
115menuconfig SOUND_PRIME 115menuconfig SOUND_PRIME
116 tristate "Open Sound System (DEPRECATED)" 116 tristate "Open Sound System (DEPRECATED)"
117 select SOUND_OSS_CORE 117 select SOUND_OSS_CORE
118 depends on BROKEN
118 help 119 help
119 Say 'Y' or 'M' to enable Open Sound System drivers. 120 Say 'Y' or 'M' to enable Open Sound System drivers.
120 121