Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

powerpc: remove dead config options for MPC85xx platform support

Commit 384e338a9187 ("powerpc: drop MPC8540_ADS and MPC8560_ADS platform
support") and commit b751ed04bc5e ("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: 384e338a9187 ("powerpc: drop MPC8540_ADS and MPC8560_ADS platform support")
Fixes: b751ed04bc5e ("powerpc: drop MPC85xx_CDS platform support")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20240927095203.392365-1-lukas.bulwahn@redhat.com

authored by

Lukas Bulwahn and committed by
Michael Ellerman
f20b0a03 6da1cab4

-21
-21
arch/powerpc/platforms/85xx/Kconfig
··· 40 40 and dual StarCore SC3850 DSP cores. 41 41 Manufacturer : Freescale Semiconductor, Inc 42 42 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 - 64 43 config MPC85xx_MDS 65 44 bool "Freescale MPC8568 MDS / MPC8569 MDS / P1021 MDS" 66 45 select DEFAULT_UIMAGE