ALSA: us122l: enable compile testing
authorJohan Hovold <johan@kernel.org>
Fri, 12 May 2017 12:34:39 +0000 (14:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 May 2017 09:02:14 +0000 (11:02 +0200)
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>
sound/usb/Kconfig

index a452ad7cec4016f603142e722b5d2535959c4581..f61b5662bb89fcdd95d946348a2eb106743ac7f4 100644 (file)
@@ -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