aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc64/Kconfig
blob: 9e37bfc15f316c181087e29f51746a23fc9d2471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
config ARCH_PPC64
	bool
	default n

config ARCH_BOOTBLOCK_PPC64
	bool
	default n
	select ARCH_PPC64
	select BOOTBLOCK_CUSTOM
	select C_ENVIRONMENT_BOOTBLOCK
	select ARCH_VERSTAGE_PPC64
	select ARCH_ROMSTAGE_PPC64
	select ARCH_RAMSTAGE_PPC64

config ARCH_VERSTAGE_PPC64
	bool
	default n

config ARCH_ROMSTAGE_PPC64
	bool
	default n

config ARCH_RAMSTAGE_PPC64
	bool
	default n