blob: cb15dc5ebc99dabbd165ae24bc9220b40d6d4faa [file] [log] [blame]
Christophe Leroy069fa832017-07-06 10:23:22 +02001menu "mpc8xx CPU"
2 depends on 8xx
3
4config SYS_CPU
5 default "mpc8xx"
6
7choice
8 prompt "Target select"
9 optional
10
11endchoice
12
Christophe Leroyba4dafb2017-07-06 10:33:09 +020013comment "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
Christophe Leroy069fa832017-07-06 10:23:22 +020022endmenu