aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/hapshs/hapshs.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/hapshs/hapshs.cfg')
-rw-r--r--bsp/hapshs/hapshs.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/bsp/hapshs/hapshs.cfg b/bsp/hapshs/hapshs.cfg
new file mode 100644
index 00000000..adcc0531
--- /dev/null
+++ b/bsp/hapshs/hapshs.cfg
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: MIT
+# ARCv2 ISA
+CONFIG_ISA_ARCV2=y
+
+# Serial port
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_DW=y
+CONFIG_SERIAL_OF_PLATFORM=y
+
+# Built-in .dtb
+CONFIG_ARC_BUILTIN_DTB_NAME="haps_hs"