diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-08-30 03:39:53 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-09-13 09:09:52 -0400 |
commit | 0244ad004a54e39308d495fee0a2e637f8b5c317 (patch) | |
tree | b59152dc7cf57e7ffb9c8388ae9095e665406633 /drivers/gpio/Kconfig | |
parent | 5a7d8a28080caed7fd4cb1b81d092adac4445e8e (diff) |
Remove GENERIC_HARDIRQ config option
After the last architecture switched to generic hard irqs the config
options HAVE_GENERIC_HARDIRQS & GENERIC_HARDIRQS and the related code
for !CONFIG_GENERIC_HARDIRQS can be removed.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 5cb218151c9c..b6ed304863eb 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -322,7 +322,7 @@ config GPIO_ICH | |||
322 | 322 | ||
323 | config GPIO_VX855 | 323 | config GPIO_VX855 |
324 | tristate "VIA VX855/VX875 GPIO" | 324 | tristate "VIA VX855/VX875 GPIO" |
325 | depends on PCI && GENERIC_HARDIRQS | 325 | depends on PCI |
326 | select MFD_CORE | 326 | select MFD_CORE |
327 | select MFD_VX855 | 327 | select MFD_VX855 |
328 | help | 328 | help |
@@ -396,7 +396,7 @@ config GPIO_MAX732X | |||
396 | 396 | ||
397 | config GPIO_MAX732X_IRQ | 397 | config GPIO_MAX732X_IRQ |
398 | bool "Interrupt controller support for MAX732x" | 398 | bool "Interrupt controller support for MAX732x" |
399 | depends on GPIO_MAX732X=y && GENERIC_HARDIRQS | 399 | depends on GPIO_MAX732X=y |
400 | help | 400 | help |
401 | Say yes here to enable the max732x to be used as an interrupt | 401 | Say yes here to enable the max732x to be used as an interrupt |
402 | controller. It requires the driver to be built in the kernel. | 402 | controller. It requires the driver to be built in the kernel. |
@@ -661,7 +661,7 @@ config GPIO_TIMBERDALE | |||
661 | 661 | ||
662 | config GPIO_RDC321X | 662 | config GPIO_RDC321X |
663 | tristate "RDC R-321x GPIO support" | 663 | tristate "RDC R-321x GPIO support" |
664 | depends on PCI && GENERIC_HARDIRQS | 664 | depends on PCI |
665 | select MFD_CORE | 665 | select MFD_CORE |
666 | select MFD_RDC321X | 666 | select MFD_RDC321X |
667 | help | 667 | help |