diff options
Diffstat (limited to 'src/arch/power8/Kconfig')
-rw-r--r-- | src/arch/power8/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/arch/power8/Kconfig b/src/arch/power8/Kconfig new file mode 100644 index 0000000000..476de2b3a6 --- /dev/null +++ b/src/arch/power8/Kconfig @@ -0,0 +1,25 @@ +config ARCH_POWER8 + bool + default n + +config ARCH_BOOTBLOCK_POWER8 + bool + default n + select ARCH_POWER8 + select BOOTBLOCK_CUSTOM + select C_ENVIRONMENT_BOOTBLOCK + select ARCH_VERSTAGE_POWER8 + select ARCH_ROMSTAGE_POWER8 + select ARCH_RAMSTAGE_POWER8 + +config ARCH_VERSTAGE_POWER8 + bool + default n + +config ARCH_ROMSTAGE_POWER8 + bool + default n + +config ARCH_RAMSTAGE_POWER8 + bool + default n |