diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2013-06-02 23:05:03 +0000 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-06-05 23:06:28 +0200 |
commit | 1c2d721a7063bc3b8668de07f8d14dfbac4bf515 (patch) | |
tree | 5ef88d7a9a1fbe3783096397355d20d824c38e47 /drivers/i2c/busses/Kconfig | |
parent | aa4f608478acb7ed69dfcff4f3c404100b78ac49 (diff) | |
download | linux-1c2d721a7063bc3b8668de07f8d14dfbac4bf515.tar.bz2 |
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/Kconfig | 10 |
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 This driver can also be built as a module. If so, the module will be called i2c-imx. -config I2C_INTEL_MID - tristate "Intel Moorestown/Medfield Platform I2C controller" - depends on PCI - help - Say Y here if you have an Intel Moorestown/Medfield platform I2C - controller. - - This support is also available as a module. If so, the module - will be called i2c-intel-mid. - config I2C_IOP3XX tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX |