diff options
author | Hans-Christian Egtvedt <hcegtvedt@atmel.com> | 2007-07-23 15:52:42 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 15:57:47 +0200 |
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" source "sound/arm/Kconfig" +if SPI +source "sound/spi/Kconfig" +endif + source "sound/mips/Kconfig" source "sound/sh/Kconfig" |