diff options
author | Mike Rapoport <rppt@linux.ibm.com> | 2020-06-10 08:57:50 +0200 |
---|---|---|
committer | Mike Rapoport <rppt@linux.ibm.com> | 2020-07-01 11:10:43 +0200 |
commit | c59e68250c4b317c99f1d1a1e8f990fd8e608afd (patch) | |
tree | cde099fa62e9ff2105d70ad5c908f060c9069cab /drivers/i2c/busses/Kconfig | |
parent | cpufreq: remove unicore32 driver (diff) | |
download | linux-c59e68250c4b317c99f1d1a1e8f990fd8e608afd.tar.xz linux-c59e68250c4b317c99f1d1a1e8f990fd8e608afd.zip |
i2c/buses: remove i2c-puv3 driver
The unicore32 port is removed from the kernel.
There is no point to keep stale i2c bus driver for this architecture.
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 735bf31a3fdf..88639e52c73a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -866,17 +866,6 @@ config I2C_PNX This driver can also be built as a module. If so, the module will be called i2c-pnx. -config I2C_PUV3 - tristate "PKUnity v3 I2C bus support" - depends on UNICORE32 && ARCH_PUV3 - select I2C_ALGOBIT - help - This driver supports the I2C IP inside the PKUnity-v3 SoC. - This I2C bus controller is under AMBA/AXI bus. - - This driver can also be built as a module. If so, the module - will be called i2c-puv3. - config I2C_PXA tristate "Intel PXA2XX I2C adapter" depends on ARCH_PXA || ARCH_MMP || ARCH_MVEBU || (X86_32 && PCI && OF) || COMPILE_TEST |