aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 7244c8be6063..2e7530a4e7b8 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -133,7 +133,7 @@ config I2C_PIIX4
133 ATI IXP300 133 ATI IXP300
134 ATI IXP400 134 ATI IXP400
135 ATI SB600 135 ATI SB600
136 ATI SB700 136 ATI SB700/SP5100
137 ATI SB800 137 ATI SB800
138 AMD Hudson-2 138 AMD Hudson-2
139 Serverworks OSB4 139 Serverworks OSB4
@@ -143,6 +143,10 @@ config I2C_PIIX4
143 Serverworks HT-1100 143 Serverworks HT-1100
144 SMSC Victory66 144 SMSC Victory66
145 145
146 Some AMD chipsets contain two PIIX4-compatible SMBus
147 controllers. This driver will attempt to use both controllers
148 on the SB700/SP5100, if they have been initialized by the BIOS.
149
146 This driver can also be built as a module. If so, the module 150 This driver can also be built as a module. If so, the module
147 will be called i2c-piix4. 151 will be called i2c-piix4.
148 152