aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-09-20 17:18:34 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-21 16:27:45 +0100
commit7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51 (patch)
tree62ede4a877761db50a559720f4d3f881c291d290 /config
parent204cb1ec9f2456725492d44d724d3c9d6ba865f1 (diff)
downloadxen-7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51.tar.gz
xen-7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51.tar.bz2
xen-7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51.zip
ns16550: make usable on ARM
There are several aspects to this: - Correctly conditionalise use of PCI - Correctly conditionalise use of IO ports - Add discovery via device tree - Support different registers shift/stride and widths - Add vuart hooks. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Keir Frser <keir@xen.org> Reviewed-by: Jan Beulich <jbeulich@suse.com> Cc: PranavkumarSawargaonkar<pranavkumar@linaro.org>
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 76e229d72a..aa79d228c6 100644
--- a/config/arm32.mk
+++ b/config/arm32.mk
@@ -12,6 +12,7 @@ CFLAGS += -marm
HAS_PL011 := y
HAS_EXYNOS4210 := y
HAS_OMAP := y
+HAS_NS16550 := y
# Use only if calling $(LD) directly.
LDFLAGS_DIRECT += -EL