mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
1847bbd709
commit
d380a20486
|
@ -88,8 +88,8 @@ config I2C_SMBUS
|
|||
tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO
|
||||
help
|
||||
Say Y here if you want support for SMBus extensions to the I2C
|
||||
specification. At the moment, the only supported extension is
|
||||
the SMBus alert protocol.
|
||||
specification. At the moment, two extensions are supported:
|
||||
the SMBus Alert protocol and the SMBus Host Notify protocol.
|
||||
|
||||
This support is also available as a module. If so, the module
|
||||
will be called i2c-smbus.
|
||||
|
|
Loading…
Reference in New Issue