diff options
author | Mike Rapoport <rppt@linux.ibm.com> | 2020-07-14 14:09:44 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2020-07-21 16:33:41 +0100 |
commit | 6da5238fa384a3f0d5308b3b11e10f178cb7c20c (patch) | |
tree | b5d485252903dd997f0819e039e6d336c4e4e19d /arch/arm/Kconfig | |
parent | b4d5ec9b39f8b31d98f65bc5577b5d15d93795d7 (diff) | |
download | linux-6da5238fa384a3f0d5308b3b11e10f178cb7c20c.tar.gz linux-6da5238fa384a3f0d5308b3b11e10f178cb7c20c.tar.bz2 linux-6da5238fa384a3f0d5308b3b11e10f178cb7c20c.zip |
ARM: 8993/1: remove it8152 PCI controller driver
The it8152 PCI host controller was only used by cm-x2xx platforms.
Since these platforms were removed, there is no point to keep it8152
driver.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 911f55a11c63..910e89f9023c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1148,12 +1148,6 @@ config PCI_NANOENGINE help Enable PCI on the BSE nanoEngine board. -config PCI_HOST_ITE8152 - bool - depends on PCI && MACH_ARMCORE - default y - select DMABOUNCE - config ARM_ERRATA_814220 bool "ARM errata: Cache maintenance by set/way operations can execute out of order" depends on CPU_V7 |