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