summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2020-10-14 08:18:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-14 08:44:52 +0200
commitf91b28d3113bc21048b74d4517c77072ed9c6cdf (patch)
treeb14f1e4e1f86b7a193d1cc053cf0e3d368a7e428 /arch/arm/mach-imx/Kconfig
parenta0d8dbc2332923450c10bd91ea99d71f07c79f10 (diff)
downloadbarebox-f91b28d3113bc21048b74d4517c77072ed9c6cdf.tar.gz
barebox-f91b28d3113bc21048b74d4517c77072ed9c6cdf.tar.xz
ARM: imx: Add Support for Webasto ccbv2
Add support for the Webasto Common Communication Board Version 2. The device tree included with barebox can eventually be replaced with the required barebox changes when the ccbv2 device tree is upstream. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index f5c7af430e..0af7ae0ecd 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -577,6 +577,11 @@ config MACH_DIGI_CCIMX6ULSBCPRO
select ARCH_IMX6UL
select ARM_USE_COMPRESSED_DTB
+config MACH_WEBASTO_CCBV2
+ bool "Webasto Common Communication Board V2"
+ select ARCH_IMX6UL
+ select ARM_USE_COMPRESSED_DTB
+
endif
# ----------------------------------------------------------