diff options
author | Hans-Christian Egtvedt <hcegtvedt@atmel.com> | 2007-07-23 09:52:42 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 09:57:47 -0400 |
commit | 3b0a899ca0fca7801127757cfaafb4d8671793f0 (patch) | |
tree | e427fdec2d34d57d5fc9ea10a6a2a303034309a5 /sound/Kconfig | |
parent | 9c638cd641f2822ff4a2cdafe4ec415e446a64da (diff) |
[ALSA] Add SPI devices to ALSA Kconfig and Makefile
This patch adds SPI devices in the ALSA diretory, including the Kconfig and
Makefile.
Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/Kconfig')
-rw-r--r-- | sound/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index e48b9b37d228..b2a2db47aff5 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
@@ -63,6 +63,10 @@ source "sound/aoa/Kconfig" | |||
63 | 63 | ||
64 | source "sound/arm/Kconfig" | 64 | source "sound/arm/Kconfig" |
65 | 65 | ||
66 | if SPI | ||
67 | source "sound/spi/Kconfig" | ||
68 | endif | ||
69 | |||
66 | source "sound/mips/Kconfig" | 70 | source "sound/mips/Kconfig" |
67 | 71 | ||
68 | source "sound/sh/Kconfig" | 72 | source "sound/sh/Kconfig" |