powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc8xx / Kconfig
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
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
22 endmenu