summaryrefslogtreecommitdiff
path: root/board/bachmann/ot1200/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-10-10 20:59:28 -0400
committerTom Rini <trini@ti.com>2014-10-10 20:59:28 -0400
commite89d623f099c44b0b166ccf46bce2e6a0b99c984 (patch)
treeda7fb5d7260b477a976519e580264ba1f86a866b /board/bachmann/ot1200/Kconfig
parented8271d11c5c7a31eb49f787fa25eece6b82bb9e (diff)
parent3d420cbd355a5f09e4f113eb10579a264a8ef138 (diff)
downloadu-boot-imx-e89d623f099c44b0b166ccf46bce2e6a0b99c984.zip
u-boot-imx-e89d623f099c44b0b166ccf46bce2e6a0b99c984.tar.gz
u-boot-imx-e89d623f099c44b0b166ccf46bce2e6a0b99c984.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/bachmann/ot1200/Kconfig')
-rw-r--r--board/bachmann/ot1200/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/bachmann/ot1200/Kconfig b/board/bachmann/ot1200/Kconfig
new file mode 100644
index 0000000..55a825d
--- /dev/null
+++ b/board/bachmann/ot1200/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_OT1200
+
+config SYS_CPU
+ string
+ default "armv7"
+
+config SYS_BOARD
+ string
+ default "ot1200"
+
+config SYS_VENDOR
+ string
+ default "bachmann"
+
+config SYS_SOC
+ string
+ default "mx6"
+
+config SYS_CONFIG_NAME
+ string
+ default "ot1200"
+
+endif