summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-06-12 04:21:50 +0000
committerimp <imp@FreeBSD.org>2006-06-12 04:21:50 +0000
commit038d1db25e8295b3ba31b6a2800fef9fc23e23e7 (patch)
tree20dcb5fd73a84111be3c953e1d0680bf6cff108d /sys/powerpc
parenta157e1bbd0c955886069274aa528323af2434ed7 (diff)
downloadFreeBSD-src-038d1db25e8295b3ba31b6a2800fef9fc23e23e7.zip
FreeBSD-src-038d1db25e8295b3ba31b6a2800fef9fc23e23e7.tar.gz
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.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/DEFAULTS3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/conf/DEFAULTS b/sys/powerpc/conf/DEFAULTS
index 4534868..c6c75f2 100644
--- a/sys/powerpc/conf/DEFAULTS
+++ b/sys/powerpc/conf/DEFAULTS
@@ -7,3 +7,6 @@ machine powerpc
# Pseudo devices.
device mem # Memory and kernel memory devices
+
+# UART chips on this platform
+device uart_ns8250
OpenPOWER on IntegriCloud