]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: Enable build with m68k
authorTakashi Iwai <tiwai@suse.de>
Tue, 16 May 2017 08:42:04 +0000 (10:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 17 May 2017 05:13:14 +0000 (07:13 +0200)
By some reason in the ancient history, we disabled the build of ALSA
drivers for m68k.  Since we'd like to move sound/oss/dmasound stuff
into ALSA for the complete drop of the legacy OSS stuff, let's try to
start building with m68k.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/Kconfig

index 6a215a8c0490dda16f094aa061bc9b9b1791a609..d2fadbec8d51e56f08025af15de705ae3ac391bf 100644 (file)
@@ -56,7 +56,7 @@ config SOUND_OSS_CORE_PRECLAIM
 
 source "sound/oss/dmasound/Kconfig"
 
-if !M68K && !UML
+if !UML
 
 menuconfig SND
        tristate "Advanced Linux Sound Architecture"
@@ -125,7 +125,7 @@ source "sound/oss/Kconfig"
 
 endif # SOUND_PRIME
 
-endif # !M68K
+endif # !UML
 
 endif # SOUND