From 038d1db25e8295b3ba31b6a2800fef9fc23e23e7 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 12 Jun 2006 04:21:50 +0000 Subject: Add the ability to subset the devices that UART pulls in. This allows the arm to compile without all the extras that don't appear, at least not in the flavors of ARM I deal with. This helps us save about 100k. If I've botched the available devices on a platform, please let me know and I'll correct ASAP. --- sys/sparc64/conf/DEFAULTS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS index b24aca4..d70099e 100644 --- a/sys/sparc64/conf/DEFAULTS +++ b/sys/sparc64/conf/DEFAULTS @@ -7,3 +7,8 @@ machine sparc64 # Pseudo devices. device mem # Memory and kernel memory devices + +# UART chips on this platform +device uart_ns8250 +device uart_sab82352 +device uart_z8350 -- cgit v1.1