summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx/Kconfig
blob: cb15dc5ebc99dabbd165ae24bc9220b40d6d4faa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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