diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-05-16 04:42:04 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-05-17 01:13:14 -0400 |
commit | 29b59b35480422d2a4acd843f18c3acf30c9eb59 (patch) | |
tree | b5fb5fc7318d5de35fe467dd1f30521d3838ab6e /sound/Kconfig | |
parent | d42fe63d58392f29e82e17c02f10e8cd3f45f17f (diff) |
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>
Diffstat (limited to 'sound/Kconfig')
-rw-r--r-- | sound/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index 6a215a8c0490..d2fadbec8d51 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
@@ -56,7 +56,7 @@ config SOUND_OSS_CORE_PRECLAIM | |||
56 | 56 | ||
57 | source "sound/oss/dmasound/Kconfig" | 57 | source "sound/oss/dmasound/Kconfig" |
58 | 58 | ||
59 | if !M68K && !UML | 59 | if !UML |
60 | 60 | ||
61 | menuconfig SND | 61 | menuconfig SND |
62 | tristate "Advanced Linux Sound Architecture" | 62 | tristate "Advanced Linux Sound Architecture" |
@@ -125,7 +125,7 @@ source "sound/oss/Kconfig" | |||
125 | 125 | ||
126 | endif # SOUND_PRIME | 126 | endif # SOUND_PRIME |
127 | 127 | ||
128 | endif # !M68K | 128 | endif # !UML |
129 | 129 | ||
130 | endif # SOUND | 130 | endif # SOUND |
131 | 131 | ||