diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2023-02-25 15:13:18 -0500 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-20 13:21:47 +1000 |
commit | 248667f8bbded6c00a300dbcabe0d15b3d0de9ab (patch) | |
tree | 472ed5aa68d6f61c6468c59fdf759bab4d92d3e0 /arch/powerpc/configs/ppc6xx_defconfig | |
parent | c1d85f3f75e3c8391134b67aefc8d029b26fa38e (diff) | |
download | linux-248667f8bbded6c00a300dbcabe0d15b3d0de9ab.tar.gz linux-248667f8bbded6c00a300dbcabe0d15b3d0de9ab.tar.bz2 linux-248667f8bbded6c00a300dbcabe0d15b3d0de9ab.zip |
powerpc: drop HPCD/MPC8610 evaluation platform support
This evaluation platform was essentially a single core 8641 with
integrated graphics/display support - in an effort to reduce chip count
on kiosk and similar applications.
Compared to other evaluation platforms considered for removal in other
recent commits, this platform was relatively rare. Unlike all the other
10+ platforms, I couldn't find any documentation on it - just a link to
downloading the 2007 era BSP in "LTIB" format as was done back then.
With all that in mind, it seems prudent to remove it here in 2023.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
[mpe: Drop stale reference to MPC8610_HPCD in 86xx/Kconfig]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230225201318.3682-4-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 670f4ca3fb3c..fcdb3a25e895 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -50,7 +50,6 @@ CONFIG_MPC836x_RDK=y CONFIG_MPC837x_RDB=y CONFIG_ASP834x=y CONFIG_PPC_86xx=y -CONFIG_MPC8610_HPCD=y CONFIG_GEF_SBC610=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_STAT=y |