From: Greg Kroah-Hartman Date: Mon, 21 Jan 2013 22:19:45 +0000 (-0800) Subject: Staging: comedi: enable it to build on all arches X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=35be8425384df44a819413ed238287586219d579;p=deliverable%2Flinux.git Staging: comedi: enable it to build on all arches Hopefully all of the arch-specific problems are now resolved, so let's let this subsystem be enabled on all arches. If there are problems found, we will fix them up. Cc: Ian Abbott Cc: H Hartley Sweeten Cc: Bernd Porr Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig index 081e9947820b..b1d1a0e652a5 100644 --- a/drivers/staging/comedi/Kconfig +++ b/drivers/staging/comedi/Kconfig @@ -1,8 +1,6 @@ config COMEDI tristate "Data acquisition support (comedi)" depends on m - depends on BROKEN || FRV || M32R || MN10300 || SUPERH || TILE || \ - X86 || ARM ---help--- Enable support a wide range of data acquisition devices for Linux.