summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/trogdor/trogdor_defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/boards/arm/trogdor/trogdor_defconfig')
-rw-r--r--zephyr/boards/arm/trogdor/trogdor_defconfig36
1 files changed, 36 insertions, 0 deletions
diff --git a/zephyr/boards/arm/trogdor/trogdor_defconfig b/zephyr/boards/arm/trogdor/trogdor_defconfig
new file mode 100644
index 0000000000..4011f89a94
--- /dev/null
+++ b/zephyr/boards/arm/trogdor/trogdor_defconfig
@@ -0,0 +1,36 @@
+# 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.
+
+# Zephyr Kernel Configuration
+CONFIG_SOC_SERIES_NPCX7=y
+CONFIG_SOC_NPCX7M7FC=y
+
+# Platform Configuration
+CONFIG_BOARD_TROGDOR=y
+
+# Serial Drivers
+CONFIG_SERIAL=y
+CONFIG_UART_INTERRUPT_DRIVEN=y
+
+# Enable console
+CONFIG_CONSOLE=y
+CONFIG_UART_CONSOLE=y
+
+# Pinmux Driver
+CONFIG_PINMUX=y
+
+# GPIO Controller
+CONFIG_GPIO=y
+
+# Clock configuration
+CONFIG_CLOCK_CONTROL=y
+
+# WATCHDOG configuration
+CONFIG_WATCHDOG=y
+
+# Power Management
+CONFIG_SOC_POWER_MANAGEMENT=y
+CONFIG_PM_POLICY_APP=y
+CONFIG_UART_CONSOLE_INPUT_EXPIRED=y
+CONFIG_SOC_POWER_MANAGEMENT_TRACE=y