kernel/fs/pstore/Kconfig
.. .. @@ -166,10 +166,10 @@ 166 166 167 167 For more information, see Documentation/admin-guide/ramoops.rst. 168 168 169 -config PSTORE_MCU_LOG170 - bool "Print mcu log by linux"169 +config PSTORE_BOOT_LOG170 + bool "Print boot log by linux"171 171 depends on PSTORE 172 172 help 173 - When your soc has several mcu, you can get their log by cat command173 + Collect log from loader,uboot,ATF and so on, you can get their log by cat command174 174 through linux shell 175 175 If unsure, say N.