]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: comedi: allow ISA and PC/104 drivers on non-ISA systems
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 30 Jul 2013 16:39:49 +0000 (09:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 00:46:38 +0000 (17:46 -0700)
Embedded systems with a PC/104 bus might have a configuration that
does not have ISA enabled. This creates a problem in Comedi where
the PC/104 drivers cannot be enabled.

Remove the 'depends on ISA' for the "Comedi ISA and PC/104 drivers"
menu to allow the user to select these drivers on non-ISA systems.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Kconfig

index 57362fee75930816da42ce98f9201a34ee80b190..a84aab47a11315b137d370a9337a8f5d722bb644 100644 (file)
@@ -100,7 +100,6 @@ endif # COMEDI_MISC_DRIVERS
 
 menuconfig COMEDI_ISA_DRIVERS
        bool "Comedi ISA and PC/104 drivers"
-       depends on ISA
        ---help---
          Enable comedi ISA and PC/104 drivers to be built