summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/mx6/Kconfig
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2017-01-27 23:16:29 +0100
committerStefano Babic <sbabic@denx.de>2017-01-30 16:24:47 +0100
commit11bd5e7b62070c7ca0188230edc4c5e7fdfe1349 (patch)
tree4de55f2d0889010c73a08e742ecee8c55c05b758 /arch/arm/cpu/armv7/mx6/Kconfig
parent355ed4b431a689def3897d9227963502017e9998 (diff)
downloadu-boot-imx-11bd5e7b62070c7ca0188230edc4c5e7fdfe1349.zip
u-boot-imx-11bd5e7b62070c7ca0188230edc4c5e7fdfe1349.tar.gz
u-boot-imx-11bd5e7b62070c7ca0188230edc4c5e7fdfe1349.tar.bz2
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 'arch/arm/cpu/armv7/mx6/Kconfig')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 995a910..19cc1f6 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -132,6 +132,10 @@ config TARGET_KOSAGI_NOVENA
select BOARD_LATE_INIT
select SUPPORT_SPL
+config TARGET_MCCMON6
+ bool "mccmon6"
+ select SUPPORT_SPL
+
config TARGET_MX6CUBOXI
bool "Solid-run mx6 boards"
select BOARD_LATE_INIT
@@ -368,6 +372,7 @@ source "board/phytec/pcm058/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/kosagi/novena/Kconfig"
source "board/samtec/vining_2000/Kconfig"
+source "board/liebherr/mccmon6/Kconfig"
source "board/seco/Kconfig"
source "board/solidrun/mx6cuboxi/Kconfig"
source "board/technexion/pico-imx6ul/Kconfig"