aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorAmaury Decrême <amaury.decreme@gmail.com>2013-01-28 16:21:05 -0500
committerWolfram Sang <wolfram@the-dreams.de>2013-02-11 09:59:38 -0500
commit974d6a3797001c88e59ccb78567c6d71ac526c43 (patch)
tree5a0a99f5526f12f5b6e0db1803f2abbd4e43dae8 /drivers/i2c/busses/Kconfig
parentb08369a174a183e88baa98ab5e3566a617a3a7f8 (diff)
i2c: sis630: Add SIS964 support
Signed-off-by: Amaury Decrême <amaury.decreme@gmail.com> Reviewed-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 87df863ba110..74e18bc0bf62 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -197,11 +197,11 @@ config I2C_SIS5595
197 will be called i2c-sis5595. 197 will be called i2c-sis5595.
198 198
199config I2C_SIS630 199config I2C_SIS630
200 tristate "SiS 630/730" 200 tristate "SiS 630/730/964"
201 depends on PCI 201 depends on PCI
202 help 202 help
203 If you say yes to this option, support will be included for the 203 If you say yes to this option, support will be included for the
204 SiS630 and SiS730 SMBus (a subset of I2C) interface. 204 SiS630, SiS730 and SiS964 SMBus (a subset of I2C) interface.
205 205
206 This driver can also be built as a module. If so, the module 206 This driver can also be built as a module. If so, the module
207 will be called i2c-sis630. 207 will be called i2c-sis630.