diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2021-01-15 16:51:28 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-01-17 12:08:47 +0100 |
commit | e4555a32ba427e628b75fa03593d55b1f38527b1 (patch) | |
tree | 49b257479d8f7ac51ffc42855342c11f76351fd8 /drivers/i2c/busses/Kconfig | |
parent | f0535df039e225983506351c943d11ee954e88c9 (diff) |
i2c: Drop unused efm32 bus driver
Support for this machine was just removed, so drop the now unused i2c
bus driver, too.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index d4d60ad0eda0..fd919f9339d6 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -586,13 +586,6 @@ config I2C_DIGICOLOR This driver can also be built as a module. If so, the module will be called i2c-digicolor. -config I2C_EFM32 - tristate "EFM32 I2C controller" - depends on ARCH_EFM32 || COMPILE_TEST - help - This driver supports the i2c block found in Energy Micro's EFM32 - SoCs. - config I2C_EG20T tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) I2C" depends on PCI && (X86_32 || MIPS || COMPILE_TEST) |