xref: /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig (revision d79496657e3d8e856152e7652ade6597f6bdf73c)
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