From 7c1de0038895cbc75ebd0caffc5b0f3f03c5ad51 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 20 Sep 2013 17:18:34 +0100 Subject: 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 Acked-by: Keir Frser Reviewed-by: Jan Beulich Cc: PranavkumarSawargaonkar --- config/arm32.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 -- cgit v1.2.3