summaryrefslogtreecommitdiff
path: root/zephyr/projects/intelrvp/mtlrvp/mtlrvpp_npcx
diff options
context:
space:
mode:
authorLi Feng <li1.feng@intel.com>2022-09-07 00:13:02 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-18 04:32:52 +0000
commit447b7da4a27bd54c3bc36819ac60018e4c18f829 (patch)
treeb5ea4d59c8d191e898bbca5c869d18c2e6b2dddf /zephyr/projects/intelrvp/mtlrvp/mtlrvpp_npcx
parenta8cc68e13bdc5bc4f52784357953c079ecd94d17 (diff)
downloadchrome-ec-447b7da4a27bd54c3bc36819ac60018e4c18f829.tar.gz
intelrvp: enable more console command features
Set configs for console commands history, auto complete, help. BUG=none BRANCH=none TEST=on MTL RVP console, type help, will get ec:~$ help Please press the <Tab> button to see all available commands. You can also use the <Tab> button to prompt or auto-complete all commands or its subcommands. You can try to call commands with <-h> or <--help> parameter for more information. Available commands: 8042 :Print 8042 state in one place adc :Print ADC channel(s) apreset ... Signed-off-by: Li Feng <li1.feng@intel.com> Change-Id: Ibf4dcd67c20e1137d112442b00294dd99745a72e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3877940 Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Diffstat (limited to 'zephyr/projects/intelrvp/mtlrvp/mtlrvpp_npcx')
-rw-r--r--zephyr/projects/intelrvp/mtlrvp/mtlrvpp_npcx/prj.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/zephyr/projects/intelrvp/mtlrvp/mtlrvpp_npcx/prj.conf b/zephyr/projects/intelrvp/mtlrvp/mtlrvpp_npcx/prj.conf
index bd26630c9c..45b101a7ac 100644
--- a/zephyr/projects/intelrvp/mtlrvp/mtlrvpp_npcx/prj.conf
+++ b/zephyr/projects/intelrvp/mtlrvp/mtlrvpp_npcx/prj.conf
@@ -16,6 +16,3 @@ CONFIG_TACH_NPCX=y
#RTC
CONFIG_PLATFORM_EC_RTC=y
-
-#Zephyr debug options
-CONFIG_LOG=y