Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b0a899c authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt Committed by Jaroslav Kysela
Browse files

[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: default avatarHans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 9c638cd6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ obj-$(CONFIG_SOUND) += soundcore.o
obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ soc/
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
	sparc/ spi/ parisc/ pcmcia/ mips/ soc/
obj-$(CONFIG_SND_AOA) += aoa/

# This one must be compilable even if sound is configured out

sound/spi/Kconfig

0 → 100644
+6 −0
Original line number Diff line number Diff line
#SPI drivers

menu "SPI devices"
	depends on SND != n

endmenu

sound/spi/Makefile

0 → 100644
+2 −0
Original line number Diff line number Diff line
# Makefile for SPI drivers