summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/corsola/Kconfig')
-rw-r--r--zephyr/projects/corsola/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/projects/corsola/Kconfig b/zephyr/projects/corsola/Kconfig
new file mode 100644
index 0000000000..5848c137fa
--- /dev/null
+++ b/zephyr/projects/corsola/Kconfig
@@ -0,0 +1,11 @@
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+config BOARD_KRABBY
+ bool "Google Krabby Board"
+ help
+ Build Google Krabby reference board. Krabby has MediaTek MT8186 SoC
+ with ITE it81202-bx EC.
+
+source "Kconfig.zephyr"