aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2013-08-30 03:39:53 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2013-09-13 09:09:52 -0400
commit0244ad004a54e39308d495fee0a2e637f8b5c317 (patch)
treeb59152dc7cf57e7ffb9c8388ae9095e665406633 /drivers/i2c
parent5a7d8a28080caed7fd4cb1b81d092adac4445e8e (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/i2c')
-rw-r--r--drivers/i2c/Kconfig1
-rw-r--r--drivers/i2c/busses/Kconfig6
2 files changed, 2 insertions, 5 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index e380c6eef3af..7b7ea320a258 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -75,7 +75,6 @@ config I2C_HELPER_AUTO
75 75
76config I2C_SMBUS 76config I2C_SMBUS
77 tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO 77 tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO
78 depends on GENERIC_HARDIRQS
79 help 78 help
80 Say Y here if you want support for SMBus extensions to the I2C 79 Say Y here if you want support for SMBus extensions to the I2C
81 specification. At the moment, the only supported extension is 80 specification. At the moment, the only supported extension is
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index fcdd321f709e..cdcbd8368ed3 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -115,7 +115,7 @@ config I2C_I801
115 115
116config I2C_ISCH 116config I2C_ISCH
117 tristate "Intel SCH SMBus 1.0" 117 tristate "Intel SCH SMBus 1.0"
118 depends on PCI && GENERIC_HARDIRQS 118 depends on PCI
119 select LPC_SCH 119 select LPC_SCH
120 help 120 help
121 Say Y here if you want to use SMBus controller on the Intel SCH 121 Say Y here if you want to use SMBus controller on the Intel SCH
@@ -546,7 +546,6 @@ config I2C_NUC900
546 546
547config I2C_OCORES 547config I2C_OCORES
548 tristate "OpenCores I2C Controller" 548 tristate "OpenCores I2C Controller"
549 depends on GENERIC_HARDIRQS
550 help 549 help
551 If you say yes to this option, support will be included for the 550 If you say yes to this option, support will be included for the
552 OpenCores I2C controller. For details see 551 OpenCores I2C controller. For details see
@@ -791,7 +790,7 @@ config I2C_DIOLAN_U2C
791 790
792config I2C_PARPORT 791config I2C_PARPORT
793 tristate "Parallel port adapter" 792 tristate "Parallel port adapter"
794 depends on PARPORT && GENERIC_HARDIRQS 793 depends on PARPORT
795 select I2C_ALGOBIT 794 select I2C_ALGOBIT
796 select I2C_SMBUS 795 select I2C_SMBUS
797 help 796 help
@@ -816,7 +815,6 @@ config I2C_PARPORT
816 815
817config I2C_PARPORT_LIGHT 816config I2C_PARPORT_LIGHT
818 tristate "Parallel port adapter (light)" 817 tristate "Parallel port adapter (light)"
819 depends on GENERIC_HARDIRQS
820 select I2C_ALGOBIT 818 select I2C_ALGOBIT
821 select I2C_SMBUS 819 select I2C_SMBUS
822 help 820 help