aboutsummaryrefslogtreecommitdiff
path: root/board/theobroma-systems/ringneck_px30/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/theobroma-systems/ringneck_px30/Kconfig')
-rw-r--r--board/theobroma-systems/ringneck_px30/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/theobroma-systems/ringneck_px30/Kconfig b/board/theobroma-systems/ringneck_px30/Kconfig
new file mode 100644
index 000000000000..24d94807db8a
--- /dev/null
+++ b/board/theobroma-systems/ringneck_px30/Kconfig
@@ -0,0 +1,18 @@
+if TARGET_RINGNECK_PX30
+
+config SYS_BOARD
+ default "ringneck_px30"
+
+config SYS_VENDOR
+ default "theobroma-systems"
+
+config SYS_CONFIG_NAME
+ default "ringneck_px30"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+
+config ENV_SIZE
+ default 0x3000
+
+endif