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