menu "mpc8xx CPU" | |
depends on 8xx | |
config SYS_CPU | |
default "mpc8xx" | |
choice | |
prompt "Target select" | |
optional | |
endchoice | |
comment "Specific commands" | |
config CMD_IMMAP | |
bool "Enable various commands to dump IMMR information" | |
help | |
This enables various commands such as: | |
siuinfo - print System Interface Unit (SIU) registers | |
memcinfo - print Memory Controller registers | |
endmenu |