diff mbox

[3/3] ALSA: us122l: drop x86 dependency

Message ID 20170512102821.2630-4-johan@kernel.org (mailing list archive)
State New, archived
Headers show

Commit Message

Johan Hovold May 12, 2017, 10:28 a.m. UTC
This is a driver for a USB device and compiles just fine on non-x86 so
drop the x86 dependency.

Signed-off-by: Johan Hovold <johan@kernel.org>
---
 sound/usb/Kconfig | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig
index a452ad7cec40..d6417cef226b 100644
--- a/sound/usb/Kconfig
+++ b/sound/usb/Kconfig
@@ -91,7 +91,6 @@  config SND_USB_CAIAQ_INPUT
 
 config SND_USB_US122L
 	tristate "Tascam US-122L USB driver"
-	depends on X86
 	select SND_HWDEP
 	select SND_RAWMIDI
 	help