summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Lin <CHLin56@nuvoton.com>2021-04-01 15:48:16 +0800
committerCommit Bot <commit-bot@chromium.org>2021-04-02 17:19:42 +0000
commitc5aad0ed2d9d28d6bf0b1e70cc48cfc8a1ab3d53 (patch)
tree676d3276eb118376e2a148bd2ac679d75f5f35d8
parent00d0b8d09d5cfc75dbf6252b87990e0646caeb22 (diff)
downloadchrome-ec-c5aad0ed2d9d28d6bf0b1e70cc48cfc8a1ab3d53.tar.gz
zephyr: driver: SHI: remove unnecessary "default n" in Kconfig
Remove unnecessary "default n" in the Kconfig because the default value of a boolean type config is always n. BUG=b:182600858 BRANCH=none TEST=pass zmake build Signed-off-by: Jun Lin <CHLin56@nuvoton.com> Change-Id: I54cc4a3dbf1615c595e26d874eef3b0d73c3a82e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2799333 Tested-by: CH Lin <chlin56@nuvoton.com> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/drivers/cros_shi/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/zephyr/drivers/cros_shi/Kconfig b/zephyr/drivers/cros_shi/Kconfig
index 1b1caf4896..0d46fab3be 100644
--- a/zephyr/drivers/cros_shi/Kconfig
+++ b/zephyr/drivers/cros_shi/Kconfig
@@ -5,7 +5,6 @@
menuconfig CROS_SHI_NPCX
bool "Nuvoton NPCX Serial Host Interface driver for the Zephyr shim"
depends on SOC_FAMILY_NPCX
- default n
help
This option enables Serial Host Interface driver for the NPCX family
of processors. This is used for host-command communication on the
@@ -30,7 +29,6 @@ config CROS_SHI_MAX_RESPONSE
config CROS_SHI_NPCX_DEBUG
bool "Enable SHI debug"
- default n
help
print the debug messages for SHI module