diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2023-02-24 23:49:57 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-20 06:21:48 +0300 |
commit | 33777a4e9bb93f66ac2511d99ec66ab50f1a04bc (patch) | |
tree | fc541efc1f285536fabdc19b0aeb49ac84aa8feb /arch/powerpc/configs/ppc6xx_defconfig | |
parent | 248667f8bbded6c00a300dbcabe0d15b3d0de9ab (diff) | |
download | linux-33777a4e9bb93f66ac2511d99ec66ab50f1a04bc.tar.xz |
powerpc: drop MPC8272_ADS platform support
The MPC8272-ADS also supported other 82xx CPU variants, had 64MB RAM,
8MB flash, and like the 85xx ADS platforms, was on a fairly large PCB
in order to have space for breakout connectors for all the features.
These 82xx platforms are two decades old, and originally made for a
small group of industry related people in order to assist in new OEM
board designs. Given that, it makes sense to remove support today.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230224204959.17425-2-paul.gortmaker@windriver.com
Diffstat (limited to 'arch/powerpc/configs/ppc6xx_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index fcdb3a25e895..97227c39c567 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -38,7 +38,6 @@ CONFIG_PPC_MPC52xx=y CONFIG_PPC_EFIKA=y CONFIG_PPC_MPC5200_BUGFIX=y CONFIG_PPC_82xx=y -CONFIG_MPC8272_ADS=y CONFIG_PQ2FADS=y CONFIG_EP8248E=y CONFIG_MGCOGE=y |