]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gpio: pc104: Mask PC/104 drivers via PC104 Kconfig option
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 10 Jan 2017 18:51:06 +0000 (13:51 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 15 Mar 2017 10:16:38 +0000 (11:16 +0100)
PC/104 drivers should be hidden on machines which do not support PC/104
devices. This patch adds the PC104 Kconfig option as a dependency for
the relevant PC/104 device driver Kconfig options.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig

index 05043071fc9805e1b9595090450f405ab28c22db..a3b07702de887ffa57e2e5ac03cb0a79c1282fb1 100644 (file)
@@ -557,7 +557,7 @@ menu "Port-mapped I/O GPIO drivers"
 
 config GPIO_104_DIO_48E
        tristate "ACCES 104-DIO-48E GPIO support"
-       depends on ISA_BUS_API
+       depends on PC104 && ISA_BUS_API
        select GPIOLIB_IRQCHIP
        help
          Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
@@ -567,7 +567,7 @@ config GPIO_104_DIO_48E
 
 config GPIO_104_IDIO_16
        tristate "ACCES 104-IDIO-16 GPIO support"
-       depends on ISA_BUS_API
+       depends on PC104 && ISA_BUS_API
        select GPIOLIB_IRQCHIP
        help
          Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16,
@@ -578,7 +578,7 @@ config GPIO_104_IDIO_16
 
 config GPIO_104_IDI_48
        tristate "ACCES 104-IDI-48 GPIO support"
-       depends on ISA_BUS_API
+       depends on PC104 && ISA_BUS_API
        select GPIOLIB_IRQCHIP
        help
          Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A,
@@ -598,7 +598,7 @@ config GPIO_F7188X
 
 config GPIO_GPIO_MM
        tristate "Diamond Systems GPIO-MM GPIO support"
-       depends on ISA_BUS_API
+       depends on PC104 && ISA_BUS_API
        help
          Enables GPIO support for the Diamond Systems GPIO-MM and GPIO-MM-12.