diff options
author | Rob Herring <robh@kernel.org> | 2020-12-10 21:03:13 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-01-08 16:35:53 +0100 |
commit | 665a8799b05ea1b396ece2f28823f49862287922 (patch) | |
tree | 1700094a8d1782721dab756fc15ef8d4349c8ec0 /arch/arm/mach-picoxcell/Kconfig | |
parent | ARM: dts: Remove PicoXcell platforms (diff) | |
download | linux-665a8799b05ea1b396ece2f28823f49862287922.tar.xz linux-665a8799b05ea1b396ece2f28823f49862287922.zip |
ARM: Remove PicoXcell platform support
PicoXcell has had nothing but treewide cleanups for at least the last 8
years and no signs of activity. The most recent activity is a yocto vendor
kernel based on v3.0 in 2015.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Jamie Iles <jamie@jamieiles.com>
Cc: Russell King <linux@armlinux.org.uk>
Link: https://lore.kernel.org/r/20201210200315.2965567-3-robh@kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-picoxcell/Kconfig')
-rw-r--r-- | arch/arm/mach-picoxcell/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-picoxcell/Kconfig b/arch/arm/mach-picoxcell/Kconfig deleted file mode 100644 index b8eba18c0265..000000000000 --- a/arch/arm/mach-picoxcell/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -config ARCH_PICOXCELL - bool "Picochip PicoXcell" - depends on ARCH_MULTI_V6 - select ARM_VIC - select DW_APB_TIMER_OF - select GPIOLIB - select HAVE_TCM - select NO_IOPORT_MAP |