Skip to content

Commit 1044ea8

Browse files
vdsaoglikely
authored andcommitted
powerpc/512x: Group mpc512x board's selection menu
Allow board selection in a drop-down board sub-menu like many other platforms do. Before the patch: ... [ ] Freescale MPC5121E ADS [ ] Generic support for simple MPC5121 based boards [ ] 52xx-based boards ... Patched: ... [*] 512x-based boards [ ] Freescale MPC5121E ADS [ ] Generic support for simple MPC5121 based boards [ ] 52xx-based boards ... This is a cleanup before adding new board selection entry. Signed-off-by: Anatolij Gustschin <[email protected]> Signed-off-by: Grant Likely <[email protected]>
1 parent 0d1f22e commit 1044ea8

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

arch/powerpc/platforms/512x/Kconfig

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
11
config PPC_MPC512x
2-
bool
2+
bool "512x-based boards"
3+
depends on 6xx
34
select FSL_SOC
45
select IPIC
56
select PPC_CLOCK
67
select PPC_PCI_CHOICE
78
select FSL_PCI if PCI
89

9-
config PPC_MPC5121
10-
bool
11-
select PPC_MPC512x
12-
1310
config MPC5121_ADS
1411
bool "Freescale MPC5121E ADS"
15-
depends on 6xx
12+
depends on PPC_MPC512x
1613
select DEFAULT_UIMAGE
17-
select PPC_MPC5121
1814
select MPC5121_ADS_CPLD
1915
help
2016
This option enables support for the MPC5121E ADS board.
2117

2218
config MPC5121_GENERIC
2319
bool "Generic support for simple MPC5121 based boards"
24-
depends on 6xx
20+
depends on PPC_MPC512x
2521
select DEFAULT_UIMAGE
26-
select PPC_MPC5121
2722
help
2823
This option enables support for simple MPC5121 based boards
2924
which do not need custom platform specific setup.

0 commit comments

Comments
 (0)