diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 6539ac2907e9..8fcdfbae64bd 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -396,6 +396,15 @@ config I2C_IMX | |||
396 | This driver can also be built as a module. If so, the module | 396 | This driver can also be built as a module. If so, the module |
397 | will be called i2c-imx. | 397 | will be called i2c-imx. |
398 | 398 | ||
399 | config I2C_INTEL_MID | ||
400 | tristate "Intel Moorestown/Medfield Platform I2C controller" | ||
401 | help | ||
402 | Say Y here if you have an Intel Moorestown/Medfield platform I2C | ||
403 | controller. | ||
404 | |||
405 | This support is also available as a module. If so, the module | ||
406 | will be called i2c-intel-mid. | ||
407 | |||
399 | config I2C_IOP3XX | 408 | config I2C_IOP3XX |
400 | tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" | 409 | tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" |
401 | depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX | 410 | depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX |