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/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/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 138248999df7..d146ecdf72e7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -671,8 +671,6 @@ source "arch/arm/mach-orion5x/Kconfig" source "arch/arm/mach-oxnas/Kconfig" -source "arch/arm/mach-picoxcell/Kconfig" - source "arch/arm/mach-prima2/Kconfig" source "arch/arm/mach-pxa/Kconfig" |