From: Takashi Iwai Date: Tue, 16 May 2017 08:42:04 +0000 (+0200) Subject: ALSA: Enable build with m68k X-Git-Tag: v4.13-rc4~15^2~174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29b59b35480422d2a4acd843f18c3acf30c9eb59;p=platform%2Fkernel%2Flinux-exynos.git ALSA: Enable build with m68k 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 --- diff --git a/sound/Kconfig b/sound/Kconfig index 6a215a8..d2fadbe 100644 --- a/sound/Kconfig +++ b/sound/Kconfig @@ -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