diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2021-01-15 18:51:28 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-01-17 14:08:47 +0300 |
commit | e4555a32ba427e628b75fa03593d55b1f38527b1 (patch) | |
tree | 49b257479d8f7ac51ffc42855342c11f76351fd8 /drivers/i2c/busses/Makefile | |
parent | f0535df039e225983506351c943d11ee954e88c9 (diff) | |
download | linux-e4555a32ba427e628b75fa03593d55b1f38527b1.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/i2c/busses/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile index 683c49faca05..894ff95885b8 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -58,7 +58,6 @@ i2c-designware-platform-$(CONFIG_I2C_DESIGNWARE_BAYTRAIL) += i2c-designware-bayt obj-$(CONFIG_I2C_DESIGNWARE_PCI) += i2c-designware-pci.o i2c-designware-pci-y := i2c-designware-pcidrv.o obj-$(CONFIG_I2C_DIGICOLOR) += i2c-digicolor.o -obj-$(CONFIG_I2C_EFM32) += i2c-efm32.o obj-$(CONFIG_I2C_EG20T) += i2c-eg20t.o obj-$(CONFIG_I2C_EMEV2) += i2c-emev2.o obj-$(CONFIG_I2C_EXYNOS5) += i2c-exynos5.o |