Christophe Leroy | 069fa83 | 2017-07-06 10:23:22 +0200 | [diff] [blame] | 1 | menu "mpc8xx CPU" |
| 2 | depends on 8xx |
| 3 | |
| 4 | config SYS_CPU |
| 5 | default "mpc8xx" |
| 6 | |
| 7 | choice |
| 8 | prompt "Target select" |
| 9 | optional |
| 10 | |
| 11 | endchoice |
| 12 | |
Christophe Leroy | ba4dafb | 2017-07-06 10:33:09 +0200 | [diff] [blame] | 13 | comment "Specific commands" |
| 14 | |
| 15 | config CMD_IMMAP |
| 16 | bool "Enable various commands to dump IMMR information" |
| 17 | help |
| 18 | This enables various commands such as: |
| 19 | |
| 20 | siuinfo - print System Interface Unit (SIU) registers |
| 21 | memcinfo - print Memory Controller registers |
Christophe Leroy | 069fa83 | 2017-07-06 10:23:22 +0200 | [diff] [blame] | 22 | endmenu |