diff options
author | Hari Bathini <hbathini@linux.ibm.com> | 2019-10-09 19:34:29 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-10-11 18:49:17 +1100 |
commit | aaa351504449c4babb80753c72920e4b25fbd8a9 (patch) | |
tree | 92aadc2f2b128ed9608a20b99880a34290b656ac /arch/powerpc/configs | |
parent | 612ee81b9461475b5a5612c2e8d71559dd3c7920 (diff) | |
download | linux-aaa351504449c4babb80753c72920e4b25fbd8a9.tar.gz linux-aaa351504449c4babb80753c72920e4b25fbd8a9.tar.bz2 linux-aaa351504449c4babb80753c72920e4b25fbd8a9.zip |
powerpc/configs: add FADump awareness to skiroot_defconfig
FADump is supported on PowerNV platform. To fulfill this support, the
petitboot kernel must be FADump aware. Enable config PRESERVE_FA_DUMP
to make the petitboot kernel FADump aware.
Signed-off-by: Hari Bathini <hbathini@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/157062986936.23016.10146169203560084401.stgit@hbathini.in.ibm.com
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/skiroot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/skiroot_defconfig b/arch/powerpc/configs/skiroot_defconfig index 1253482a67c0..1e18454083ff 100644 --- a/arch/powerpc/configs/skiroot_defconfig +++ b/arch/powerpc/configs/skiroot_defconfig @@ -46,6 +46,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y CONFIG_CPU_IDLE=y CONFIG_HZ_100=y CONFIG_KEXEC=y +CONFIG_PRESERVE_FA_DUMP=y CONFIG_IRQ_ALL_CPUS=y CONFIG_NUMA=y # CONFIG_COMPACTION is not set |