aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChen Baozi <baozich@gmail.com>2013-08-13 19:14:24 +0800
committerIan Campbell <ian.campbell@citrix.com>2013-08-22 13:17:29 +0100
commit393cc78449d22299c359c863880170f4cc2e831c (patch)
treea1d63154f4253f38d10dba2006ae684eb1dadfb5 /config
parent282a1c2aba06d1860ed91e4df8dd4c42f1a822e6 (diff)
downloadxen-393cc78449d22299c359c863880170f4cc2e831c.tar.gz
xen-393cc78449d22299c359c863880170f4cc2e831c.tar.bz2
xen-393cc78449d22299c359c863880170f4cc2e831c.zip
xen/arm: Add the new OMAP UART driver.
TI OMAP UART introduces some features such as register access modes, which makes its configuration and interrupt handling differs from 8250 compatible UART. Thus, we seperate this driver from ns16550's implementation. Signed-off-by: Chen Baozi <baozich@gmail.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'config')
-rw-r--r--config/arm32.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/arm32.mk b/config/arm32.mk
index 8e21158e18..76e229d72a 100644
--- a/config/arm32.mk
+++ b/config/arm32.mk
@@ -11,6 +11,7 @@ CFLAGS += -marm
HAS_PL011 := y
HAS_EXYNOS4210 := y
+HAS_OMAP := y
# Use only if calling $(LD) directly.
LDFLAGS_DIRECT += -EL