diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 6ee997b2817c..e54b9fe46804 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -330,6 +330,18 @@ config I2C_GPIO | |||
330 | This is a very simple bitbanging I2C driver utilizing the | 330 | This is a very simple bitbanging I2C driver utilizing the |
331 | arch-neutral GPIO API to control the SCL and SDA lines. | 331 | arch-neutral GPIO API to control the SCL and SDA lines. |
332 | 332 | ||
333 | config I2C_HIGHLANDER | ||
334 | tristate "Highlander FPGA SMBus interface" | ||
335 | depends on SH_HIGHLANDER | ||
336 | help | ||
337 | If you say yes to this option, support will be included for | ||
338 | the SMBus interface located in the FPGA on various Highlander | ||
339 | boards, particularly the R0P7780LC0011RL and R0P7785LC0011RL | ||
340 | FPGAs. This is wholly unrelated to the SoC I2C. | ||
341 | |||
342 | This driver can also be built as a module. If so, the module | ||
343 | will be called i2c-highlander. | ||
344 | |||
333 | config I2C_IBM_IIC | 345 | config I2C_IBM_IIC |
334 | tristate "IBM PPC 4xx on-chip I2C interface" | 346 | tristate "IBM PPC 4xx on-chip I2C interface" |
335 | depends on 4xx | 347 | depends on 4xx |