summaryrefslogtreecommitdiffstats
path: root/src/arch/ppc64/Kconfig
blob: 44dbb1d77801c3d1cc6ce46736ac91e4c14eac5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config ARCH_PPC64
	bool

config ARCH_BOOTBLOCK_PPC64
	bool
	select ARCH_PPC64
	select BOOTBLOCK_CUSTOM

config ARCH_VERSTAGE_PPC64
	bool
	select ARCH_PPC64

config ARCH_ROMSTAGE_PPC64
	bool
	select ARCH_PPC64

config ARCH_RAMSTAGE_PPC64
	bool
	select ARCH_PPC64