summaryrefslogtreecommitdiff
path: root/board/liebherr/mccmon6/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-02-01 21:34:25 (GMT)
committerTom Rini <trini@konsulko.com>2017-02-01 21:34:25 (GMT)
commit43ade93bdb0c8bd57382be810a05b3793749ce85 (patch)
treef6c41122509adc4020f6e0a543cbba74892c151e /board/liebherr/mccmon6/Kconfig
parentf77309d34325369dbdf0bf62387c9e974f1b37da (diff)
parent11bd5e7b62070c7ca0188230edc4c5e7fdfe1349 (diff)
downloadu-boot-43ade93bdb0c8bd57382be810a05b3793749ce85.tar.xz
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board/liebherr/mccmon6/Kconfig')
-rw-r--r--board/liebherr/mccmon6/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/liebherr/mccmon6/Kconfig b/board/liebherr/mccmon6/Kconfig
new file mode 100644
index 0000000..4cc7fc2
--- /dev/null
+++ b/board/liebherr/mccmon6/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_MCCMON6
+
+config SYS_BOARD
+ default "mccmon6"
+
+config SYS_VENDOR
+ default "liebherr"
+
+config SYS_CONFIG_NAME
+ default "mccmon6"
+
+endif