aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/common/Kconfig')
-rw-r--r--src/soc/mediatek/common/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/mediatek/common/Kconfig b/src/soc/mediatek/common/Kconfig
index 543bc02d13..29cd2109f9 100644
--- a/src/soc/mediatek/common/Kconfig
+++ b/src/soc/mediatek/common/Kconfig
@@ -29,4 +29,9 @@ config MEMORY_TEST
This option enables memory basic compare test to verify the DRAM read
or write is as expected.
+config CLEAR_WDT_MODE_REG
+ bool
+ help
+ Enable this option to clear WTD mode register explicitly.
+
endif