diff options
| author | Anatolij Gustschin <agust@denx.de> | 2010-04-30 06:30:47 -0400 |
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2010-08-01 19:06:44 -0400 |
| commit | 1044ea8cfd67dc70f87999906bc2849eef7b053a (patch) | |
| tree | db3e537cf1ff580c39bf36909a530d0cd602327a | |
| parent | 0d1f22e4907fec330ef0e475cb0dad48419498f2 (diff) | |
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 <agust@denx.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| -rw-r--r-- | arch/powerpc/platforms/512x/Kconfig | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/arch/powerpc/platforms/512x/Kconfig b/arch/powerpc/platforms/512x/Kconfig index 4dac9b0525a4..e9dca280a4d2 100644 --- a/arch/powerpc/platforms/512x/Kconfig +++ b/arch/powerpc/platforms/512x/Kconfig | |||
| @@ -1,29 +1,24 @@ | |||
| 1 | config PPC_MPC512x | 1 | config PPC_MPC512x |
| 2 | bool | 2 | bool "512x-based boards" |
| 3 | depends on 6xx | ||
| 3 | select FSL_SOC | 4 | select FSL_SOC |
| 4 | select IPIC | 5 | select IPIC |
| 5 | select PPC_CLOCK | 6 | select PPC_CLOCK |
| 6 | select PPC_PCI_CHOICE | 7 | select PPC_PCI_CHOICE |
| 7 | select FSL_PCI if PCI | 8 | select FSL_PCI if PCI |
| 8 | 9 | ||
| 9 | config PPC_MPC5121 | ||
| 10 | bool | ||
| 11 | select PPC_MPC512x | ||
| 12 | |||
| 13 | config MPC5121_ADS | 10 | config MPC5121_ADS |
| 14 | bool "Freescale MPC5121E ADS" | 11 | bool "Freescale MPC5121E ADS" |
| 15 | depends on 6xx | 12 | depends on PPC_MPC512x |
| 16 | select DEFAULT_UIMAGE | 13 | select DEFAULT_UIMAGE |
| 17 | select PPC_MPC5121 | ||
| 18 | select MPC5121_ADS_CPLD | 14 | select MPC5121_ADS_CPLD |
| 19 | help | 15 | help |
| 20 | This option enables support for the MPC5121E ADS board. | 16 | This option enables support for the MPC5121E ADS board. |
| 21 | 17 | ||
| 22 | config MPC5121_GENERIC | 18 | config MPC5121_GENERIC |
| 23 | bool "Generic support for simple MPC5121 based boards" | 19 | bool "Generic support for simple MPC5121 based boards" |
| 24 | depends on 6xx | 20 | depends on PPC_MPC512x |
| 25 | select DEFAULT_UIMAGE | 21 | select DEFAULT_UIMAGE |
| 26 | select PPC_MPC5121 | ||
| 27 | help | 22 | help |
| 28 | This option enables support for simple MPC5121 based boards | 23 | This option enables support for simple MPC5121 based boards |
| 29 | which do not need custom platform specific setup. | 24 | which do not need custom platform specific setup. |
