summaryrefslogtreecommitdiffstats
path: root/board/technexion/tao3530/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/technexion/tao3530/Kconfig')
-rw-r--r--board/technexion/tao3530/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/technexion/tao3530/Kconfig b/board/technexion/tao3530/Kconfig
new file mode 100644
index 0000000000..06e56a4f8f
--- /dev/null
+++ b/board/technexion/tao3530/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_TAO3530
+
+config SYS_CPU
+ string
+ default "armv7"
+
+config SYS_BOARD
+ string
+ default "tao3530"
+
+config SYS_VENDOR
+ string
+ default "technexion"
+
+config SYS_SOC
+ string
+ default "omap3"
+
+config SYS_CONFIG_NAME
+ string
+ default "tao3530"
+
+endif
OpenPOWER on IntegriCloud