diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 42d9fdd63de0..8eed054e3293 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -3,6 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | menu "I2C Hardware Bus support" | 5 | menu "I2C Hardware Bus support" |
6 | depends on HAS_IOMEM | ||
6 | 7 | ||
7 | comment "PC SMBus host controller drivers" | 8 | comment "PC SMBus host controller drivers" |
8 | depends on PCI | 9 | depends on PCI |
@@ -849,19 +850,6 @@ config I2C_SIBYTE | |||
849 | help | 850 | help |
850 | Supports the SiByte SOC on-chip I2C interfaces (2 channels). | 851 | Supports the SiByte SOC on-chip I2C interfaces (2 channels). |
851 | 852 | ||
852 | config I2C_STUB | ||
853 | tristate "I2C/SMBus Test Stub" | ||
854 | depends on EXPERIMENTAL && m | ||
855 | default 'n' | ||
856 | help | ||
857 | This module may be useful to developers of SMBus client drivers, | ||
858 | especially for certain kinds of sensor chips. | ||
859 | |||
860 | If you do build this module, be sure to read the notes and warnings | ||
861 | in <file:Documentation/i2c/i2c-stub>. | ||
862 | |||
863 | If you don't know what to do here, definitely say N. | ||
864 | |||
865 | config SCx200_I2C | 853 | config SCx200_I2C |
866 | tristate "NatSemi SCx200 I2C using GPIO pins (DEPRECATED)" | 854 | tristate "NatSemi SCx200 I2C using GPIO pins (DEPRECATED)" |
867 | depends on SCx200_GPIO | 855 | depends on SCx200_GPIO |