diff options
author | Jan Glauber <jglauber@cavium.com> | 2016-08-24 23:25:45 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-08-26 00:41:56 +0200 |
commit | 1e5866711accf16e931c4f8174cf898b554e9f4a (patch) | |
tree | 35afb3ecfc00e397b4260d2fd89318e8ff8c8ff8 /drivers/i2c/busses/Kconfig | |
parent | 22d40209de3bb50cbffcc6b79f2f7c5d689d185f (diff) | |
download | lwn-1e5866711accf16e931c4f8174cf898b554e9f4a.tar.gz lwn-1e5866711accf16e931c4f8174cf898b554e9f4a.zip |
i2c: thunderx: Add SMBUS alert support
Add SMBUS alert interrupt support. For now only device tree is
supported for specifying the alert. In case of ACPI an error
is returned.
Signed-off-by: Jan Glauber <jglauber@cavium.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index d69a3420c8dc..1f3239ead037 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -959,6 +959,7 @@ config I2C_OCTEON config I2C_THUNDERX tristate "Cavium ThunderX I2C bus support" depends on 64BIT && PCI && (ARM64 || COMPILE_TEST) + select I2C_SMBUS help Say yes if you want to support the I2C serial bus on Cavium ThunderX SOC. |