summaryrefslogtreecommitdiff
path: root/board/sophgo/licheerv_nano/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/sophgo/licheerv_nano/Kconfig')
-rw-r--r--board/sophgo/licheerv_nano/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/board/sophgo/licheerv_nano/Kconfig b/board/sophgo/licheerv_nano/Kconfig
new file mode 100644
index 00000000000..660d3c5d095
--- /dev/null
+++ b/board/sophgo/licheerv_nano/Kconfig
@@ -0,0 +1,28 @@
+if TARGET_LICHEERV_NANO
+
+config SYS_BOARD
+ default "licheerv_nano"
+
+config SYS_VENDOR
+ default "sophgo"
+
+config SYS_CPU
+ default "cv1800b"
+
+config SYS_CONFIG_NAME
+ default "licheerv_nano"
+
+config TEXT_BASE
+ default 0x80200000
+
+config ENV_SIZE
+ default 0x20000
+
+config ENV_SECT_SIZE
+ default 0x40000
+
+config BOARD_SPECIFIC_OPTIONS
+ def_bool y
+ select SOPHGO_CV1800B
+
+endif