diff options
author | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 11:49:58 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 15:34:44 -0400 |
commit | 607c0fbee7272be4d5455d6b29f6ffb092573eff (patch) | |
tree | 1fbb30f4997ef7c50de8ec07590af31dcf3c1dd2 | |
parent | 5885492ab4fb18c155000d12f920754f7f35fbab (diff) |
[ALSA] aoa driver - Kconfig - remove spaces for SND!=n
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r-- | sound/aoa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/Kconfig b/sound/aoa/Kconfig index b11ccf6dbabd..a85194fe0b06 100644 --- a/sound/aoa/Kconfig +++ b/sound/aoa/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | menu "Apple Onboard Audio driver" | 1 | menu "Apple Onboard Audio driver" |
2 | depends on SND != n && PPC | 2 | depends on SND!=n && PPC |
3 | 3 | ||
4 | config SND_AOA | 4 | config SND_AOA |
5 | tristate "Apple Onboard Audio driver" | 5 | tristate "Apple Onboard Audio driver" |