Skip to content

Commit f20b0a0

Browse files
bulwahnmpe
authored andcommitted
powerpc: remove dead config options for MPC85xx platform support
Commit 384e338 ("powerpc: drop MPC8540_ADS and MPC8560_ADS platform support") and commit b751ed0 ("powerpc: drop MPC85xx_CDS platform support") removes the platform support for MPC8540_ADS, MPC8560_ADS and MPC85xx_CDS in the source tree, but misses to remove the config options in the Kconfig file. Hence, these three config options are without any effect since then. Drop these three dead config options. Fixes: 384e338 ("powerpc: drop MPC8540_ADS and MPC8560_ADS platform support") Fixes: b751ed0 ("powerpc: drop MPC85xx_CDS platform support") Signed-off-by: Lukas Bulwahn <[email protected]> Reviewed-by: Ritesh Harjani (IBM) <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 6da1cab commit f20b0a0

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

arch/powerpc/platforms/85xx/Kconfig

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,6 @@ config BSC9132_QDS
4040
and dual StarCore SC3850 DSP cores.
4141
Manufacturer : Freescale Semiconductor, Inc
4242

43-
config MPC8540_ADS
44-
bool "Freescale MPC8540 ADS"
45-
select DEFAULT_UIMAGE
46-
help
47-
This option enables support for the MPC 8540 ADS board
48-
49-
config MPC8560_ADS
50-
bool "Freescale MPC8560 ADS"
51-
select DEFAULT_UIMAGE
52-
select CPM2
53-
help
54-
This option enables support for the MPC 8560 ADS board
55-
56-
config MPC85xx_CDS
57-
bool "Freescale MPC85xx CDS"
58-
select DEFAULT_UIMAGE
59-
select PPC_I8259
60-
select HAVE_RAPIDIO
61-
help
62-
This option enables support for the MPC85xx CDS board
63-
6443
config MPC85xx_MDS
6544
bool "Freescale MPC8568 MDS / MPC8569 MDS / P1021 MDS"
6645
select DEFAULT_UIMAGE

0 commit comments

Comments
 (0)