diff options
author | Alek Du <alek.du@intel.com> | 2008-07-14 16:38:27 -0400 |
---|---|---|
committer | Jean Delvare <khali@mahadeva.delvare> | 2008-07-14 16:38:27 -0400 |
commit | 5bc1200852c3dfc312481f57622f48b289ac802e (patch) | |
tree | 262c2e628d5a4e110e8a2cfff6934fe2469f75f4 /drivers/i2c/busses/Kconfig | |
parent | f7050bd716047a4dfec7d061e28df7ffd6815ebd (diff) |
i2c: Add Intel SCH SMBus support
New i2c bus driver for the Intel SCH chipsets (AF82US15W, AF82US15L,
AF82UL11L).
Signed-off-by: Alek Du <alek.du@intel.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 2b0874b0ad11..56b6f29c9a3c 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -101,6 +101,16 @@ config I2C_I801 | |||
101 | This driver can also be built as a module. If so, the module | 101 | This driver can also be built as a module. If so, the module |
102 | will be called i2c-i801. | 102 | will be called i2c-i801. |
103 | 103 | ||
104 | config I2C_ISCH | ||
105 | tristate "Intel SCH SMBus 1.0" | ||
106 | depends on PCI | ||
107 | help | ||
108 | Say Y here if you want to use SMBus controller on the Intel SCH | ||
109 | based systems. | ||
110 | |||
111 | This driver can also be built as a module. If so, the module | ||
112 | will be called i2c-isch. | ||
113 | |||
104 | config I2C_PIIX4 | 114 | config I2C_PIIX4 |
105 | tristate "Intel PIIX4 and compatible (ATI/Serverworks/Broadcom/SMSC)" | 115 | tristate "Intel PIIX4 and compatible (ATI/Serverworks/Broadcom/SMSC)" |
106 | depends on PCI | 116 | depends on PCI |