From 393cc78449d22299c359c863880170f4cc2e831c Mon Sep 17 00:00:00 2001 From: Chen Baozi Date: Tue, 13 Aug 2013 19:14:24 +0800 Subject: 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 Acked-by: Ian Campbell --- config/arm32.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 -- cgit v1.2.3