summaryrefslogtreecommitdiff
path: root/board/liebherr/mccmon6/Kconfig
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2017-01-27 22:16:29 (GMT)
committerStefano Babic <sbabic@denx.de>2017-01-30 15:24:47 (GMT)
commit11bd5e7b62070c7ca0188230edc4c5e7fdfe1349 (patch)
tree4de55f2d0889010c73a08e742ecee8c55c05b758 /board/liebherr/mccmon6/Kconfig
parent355ed4b431a689def3897d9227963502017e9998 (diff)
downloadu-boot-fsl-qoriq-11bd5e7b62070c7ca0188230edc4c5e7fdfe1349.tar.xz
BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board
This patch provides u-boot support for Liebherr (LWN) mccmon6 board. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Stefano Babic <sbabic@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
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