aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2013-06-02 19:05:03 -0400
committerWolfram Sang <wsa@the-dreams.de>2013-06-05 17:06:28 -0400
commit1c2d721a7063bc3b8668de07f8d14dfbac4bf515 (patch)
tree5ef88d7a9a1fbe3783096397355d20d824c38e47 /drivers/i2c/busses/Kconfig
parentaa4f608478acb7ed69dfcff4f3c404100b78ac49 (diff)
i2c: intel-mid: remove obsolete driver
Moorestown support is removed from kernel and Medfield is supported by i2c-designware-pci. But i2c-intel-mid is still in upstream and community resources are wasted to maintain it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 631736e2e7ed..94364d41686f 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -474,16 +474,6 @@ config I2C_IMX
474 This driver can also be built as a module. If so, the module 474 This driver can also be built as a module. If so, the module
475 will be called i2c-imx. 475 will be called i2c-imx.
476 476
477config I2C_INTEL_MID
478 tristate "Intel Moorestown/Medfield Platform I2C controller"
479 depends on PCI
480 help
481 Say Y here if you have an Intel Moorestown/Medfield platform I2C
482 controller.
483
484 This support is also available as a module. If so, the module
485 will be called i2c-intel-mid.
486
487config I2C_IOP3XX 477config I2C_IOP3XX
488 tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" 478 tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
489 depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX 479 depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX