Skip to content

Commit

Permalink
ALSA: Enable build with m68k
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tiwai committed May 17, 2017
1 parent d42fe63 commit 29b59b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -125,7 +125,7 @@ source "sound/oss/Kconfig"

endif # SOUND_PRIME

endif # !M68K
endif # !UML

endif # SOUND

Expand Down

0 comments on commit 29b59b3

Please sign in to comment.