mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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 <tiwai@suse.de>
This commit is contained in:
parent
d42fe63d58
commit
29b59b3548
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ config SOUND_OSS_CORE_PRECLAIM
|
||||||
|
|
||||||
source "sound/oss/dmasound/Kconfig"
|
source "sound/oss/dmasound/Kconfig"
|
||||||
|
|
||||||
if !M68K && !UML
|
if !UML
|
||||||
|
|
||||||
menuconfig SND
|
menuconfig SND
|
||||||
tristate "Advanced Linux Sound Architecture"
|
tristate "Advanced Linux Sound Architecture"
|
||||||
|
@ -125,7 +125,7 @@ source "sound/oss/Kconfig"
|
||||||
|
|
||||||
endif # SOUND_PRIME
|
endif # SOUND_PRIME
|
||||||
|
|
||||||
endif # !M68K
|
endif # !UML
|
||||||
|
|
||||||
endif # SOUND
|
endif # SOUND
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue