aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/siemens/draco/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/siemens/draco/Kconfig')
-rw-r--r--roms/u-boot/board/siemens/draco/Kconfig63
1 files changed, 63 insertions, 0 deletions
diff --git a/roms/u-boot/board/siemens/draco/Kconfig b/roms/u-boot/board/siemens/draco/Kconfig
new file mode 100644
index 000000000..a699c7d46
--- /dev/null
+++ b/roms/u-boot/board/siemens/draco/Kconfig
@@ -0,0 +1,63 @@
+if TARGET_DRACO
+
+config SYS_BOARD
+ default "draco"
+
+config SYS_VENDOR
+ default "siemens"
+
+config SYS_SOC
+ default "am33xx"
+
+config SYS_CONFIG_NAME
+ default "draco"
+
+endif
+
+if TARGET_THUBAN
+
+config SYS_BOARD
+ default "draco"
+
+config SYS_VENDOR
+ default "siemens"
+
+config SYS_SOC
+ default "am33xx"
+
+config SYS_CONFIG_NAME
+ default "thuban"
+
+endif
+
+if TARGET_RASTABAN
+
+config SYS_BOARD
+ default "draco"
+
+config SYS_VENDOR
+ default "siemens"
+
+config SYS_SOC
+ default "am33xx"
+
+config SYS_CONFIG_NAME
+ default "rastaban"
+
+endif
+
+if TARGET_ETAMIN
+
+config SYS_BOARD
+ default "draco"
+
+config SYS_VENDOR
+ default "siemens"
+
+config SYS_SOC
+ default "am33xx"
+
+config SYS_CONFIG_NAME
+ default "etamin"
+
+endif