aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/Kconfig
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-05-12 14:34:39 +0200
committerTakashi Iwai <tiwai@suse.de>2017-05-15 11:02:14 +0200
commit6c1df232731f83621fd6d590aa1a2325ceefaed9 (patch)
tree7d2edd833ee3a5604684ef10bb23567cbdfba3d2 /sound/usb/Kconfig
parentALSA: us122l: clean up US144 handling (diff)
downloadlinux-dev-6c1df232731f83621fd6d590aa1a2325ceefaed9.tar.xz
linux-dev-6c1df232731f83621fd6d590aa1a2325ceefaed9.zip
ALSA: us122l: enable compile testing
This USB driver currently depends on X86 for some undocumented reason. Since it compiles just fine for arm, we can at least enable compile testing. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/Kconfig')
-rw-r--r--sound/usb/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig
index a452ad7cec40..f61b5662bb89 100644
--- a/sound/usb/Kconfig
+++ b/sound/usb/Kconfig
@@ -91,7 +91,7 @@ config SND_USB_CAIAQ_INPUT
config SND_USB_US122L
tristate "Tascam US-122L USB driver"
- depends on X86
+ depends on X86 || COMPILE_TEST
select SND_HWDEP
select SND_RAWMIDI
help