summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2019-05-13 12:28:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-05-17 08:22:01 +0200
commit59004fe3190e1bac71229e33ba63300bbb9501f4 (patch)
tree71626241e8554c30eab4ef3b53daa3dac3369f10 /arch/arm/mach-imx/Kconfig
parente6a025abdd2fcd60962d8f6a1f52048e52e35c78 (diff)
downloadbarebox-59004fe3190e1bac71229e33ba63300bbb9501f4.tar.gz
barebox-59004fe3190e1bac71229e33ba63300bbb9501f4.tar.xz
ARM: i.MX6: add support for Digi CCIMX6UL SBC Pro
Add support for the Digi CCIMX6UL SBC Pro. It is based on the Digi CCIMX6UL SOM with 256MB RAM and 256MB NAND flash. v2: - fix includes - rename folder to som - switch to compressed dtb - remove the unnecessary get_runtime_offset all from Ahmad Fatoum 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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 71d37cee90..6a6aab634c 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -505,6 +505,12 @@ config MACH_GRINN_LITEBOARD
bool "Grinn liteboard"
select ARCH_IMX6UL
+config MACH_DIGI_CCIMX6ULSBCPRO
+ bool "Digi Internal CC-IMX6UL SBC Pro"
+ select ARCH_IMX6
+ select ARCH_IMX6UL
+ select ARM_USE_COMPRESSED_DTB
+
endif
# ----------------------------------------------------------