diff options
author | Jean Delvare <jdelvare@suse.de> | 2016-07-18 06:39:43 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-07-18 14:11:08 -0400 |
commit | d380a20486b84895223d17a31d811a1195f6c50d (patch) | |
tree | 83f82028bab129b5682cf5707e589e73b40e44cc /drivers/i2c | |
parent | 1847bbd709d0f736223cb4762033225cdfafbe5f (diff) |
i2c: Update the description of I2C_SMBUS
We support the SMBus Host Notify protocol now.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 78fbee463628..d223650a97e4 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig | |||
@@ -88,8 +88,8 @@ config I2C_SMBUS | |||
88 | tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO | 88 | tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO |
89 | help | 89 | help |
90 | Say Y here if you want support for SMBus extensions to the I2C | 90 | Say Y here if you want support for SMBus extensions to the I2C |
91 | specification. At the moment, the only supported extension is | 91 | specification. At the moment, two extensions are supported: |
92 | the SMBus alert protocol. | 92 | the SMBus Alert protocol and the SMBus Host Notify protocol. |
93 | 93 | ||
94 | This support is also available as a module. If so, the module | 94 | This support is also available as a module. If so, the module |
95 | will be called i2c-smbus. | 95 | will be called i2c-smbus. |