1menu "mpc8xx CPU" 2 depends on 8xx 3 4config SYS_CPU 5 default "mpc8xx" 6 7choice 8 prompt "Target select" 9 optional 10 11endchoice 12 13comment "Specific commands" 14 15config 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 22endmenu 23