summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-11-23 10:11:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-05 19:48:53 +0100
commitea2be760d42d1bbc4abf1f534241b35922ce5980 (patch)
tree9317584c8823d7b1661ae6dddcb98fd0fd48f1ba /arch/arm/Kconfig
parent4845ffaf0f8a4a982fa985f8e057a5953f87167d (diff)
downloadbarebox-ea2be760d42d1bbc4abf1f534241b35922ce5980.tar.gz
barebox-ea2be760d42d1bbc4abf1f534241b35922ce5980.tar.xz
i.MX debug_ll support
This adds lowlevel debug functions for i.MX. As we have a great variety of different UARTs on i.MX currently no Kconfig support for chosing the correct one is added. Instead we expect the user to add the correct define and issue a compiler warning if he hasn't. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3afd88514f..cdb5081188 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -57,6 +57,7 @@ config ARCH_IMX
select COMMON_CLK
select CLKDEV_LOOKUP
select WATCHDOG_IMX_RESET_SOURCE
+ select HAS_DEBUG_LL
config ARCH_MXS
bool "Freescale i.MX23/28 (mxs) based"