From f45e756958099c35d6afb746df1d40a1c6302cfc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 07 Nov 2023 06:20:23 +0000 Subject: [PATCH] enable wifi gpio --- kernel/fs/pstore/Kconfig | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/fs/pstore/Kconfig b/kernel/fs/pstore/Kconfig index af8a858..e4599c5 100644 --- a/kernel/fs/pstore/Kconfig +++ b/kernel/fs/pstore/Kconfig @@ -166,10 +166,10 @@ For more information, see Documentation/admin-guide/ramoops.rst. -config PSTORE_MCU_LOG - bool "Print mcu log by linux" +config PSTORE_BOOT_LOG + bool "Print boot log by linux" depends on PSTORE help - When your soc has several mcu, you can get their log by cat command + Collect log from loader,uboot,ATF and so on, you can get their log by cat command through linux shell If unsure, say N. -- Gitblit v1.6.2