summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Zieba <robertzieba@google.com>2023-02-17 17:44:55 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-22 20:10:34 +0000
commit04c3bf95de1e11ebc35f0b6fb82ad784430e1ba5 (patch)
treed4881377f7e236bb3e60ddd4aa1384d48c8b024d
parent04e240aca4dfe2beab2d3c27048ea0321b92d6b9 (diff)
downloadchrome-ec-04c3bf95de1e11ebc35f0b6fb82ad784430e1ba5.tar.gz
zephyr/test/skyrim: Kconfig cleanup
Cleanup unneeded default values. BRANCH=none BUG=b:247151116 TEST=Ran skyrim tests Change-Id: I2d99543db54f0b96deab54b9e0cb1325dd8863b1 Signed-off-by: Robert Zieba <robertzieba@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4263561 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
-rw-r--r--zephyr/test/skyrim/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/zephyr/test/skyrim/Kconfig b/zephyr/test/skyrim/Kconfig
index c6193e0325..e489379062 100644
--- a/zephyr/test/skyrim/Kconfig
+++ b/zephyr/test/skyrim/Kconfig
@@ -65,7 +65,6 @@ config TEST_BOARD_FAN_CUSTOM
config TEST_BOARD_USB_PD_POLICY
bool "Enable USB PD policy specific tests"
select TEST_ENABLE_USB_PD_HOST_CMD
- default n
config TEST_BOARD_PPC_CONFIG
bool "Enable PPC config tests"
@@ -87,10 +86,8 @@ config SKYRIM_LOG_LEVEL
config TEST_ENABLE_USB_PD_HOST_CMD
bool "Fake config to enable this feature"
- default n
config USB_PD_DISCHARGE
bool "Fake config to enable this feature"
- default n
source "Kconfig.zephyr"