summaryrefslogtreecommitdiff
path: root/arch/arm/mach-litesom/Kconfig
diff options
context:
space:
mode:
authorMarcin Niestroj <m.niestroj@grinn-global.com>2016-12-07 16:46:32 +0100
committerStefano Babic <sbabic@denx.de>2016-12-16 10:31:04 +0100
commit727feafebbdfe23d86b8517aedcb4501d4c49ba9 (patch)
tree1361f8f68fd705d3c44f21cbc5ea77e67a1dc11b /arch/arm/mach-litesom/Kconfig
parenta11e30f8c877ea9aaeef0e9e762b811a08d65bd1 (diff)
downloadu-boot-imx-727feafebbdfe23d86b8517aedcb4501d4c49ba9.zip
u-boot-imx-727feafebbdfe23d86b8517aedcb4501d4c49ba9.tar.gz
u-boot-imx-727feafebbdfe23d86b8517aedcb4501d4c49ba9.tar.bz2
ARM: imx6ul: Add support for liteSOM
liteSOM is a System On Module (http://grinn-global.com/litesom/). It can't exists on its own, but will be used as part of other boards. Hardware specification: * NXP i.MX6UL processor * 256M or 512M DDR3 memory * optional eMMC (uSDHC2) Here we treat SOM similar to SOC, so we place it inside arch/arm/mach-* directory and make it possible to reuse initialization code (i.e. DDR, eMMC init) for all boards that use it. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Diffstat (limited to 'arch/arm/mach-litesom/Kconfig')
-rw-r--r--arch/arm/mach-litesom/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-litesom/Kconfig b/arch/arm/mach-litesom/Kconfig
new file mode 100644
index 0000000..9b7f36d
--- /dev/null
+++ b/arch/arm/mach-litesom/Kconfig
@@ -0,0 +1,6 @@
+config LITESOM
+ bool
+ select MX6UL
+ select DM
+ select DM_THERMAL
+ select SUPPORT_SPL