aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-29 09:43:36 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-29 09:43:36 +0000
commit810d0bd1a947d2fb8715f92478ae156f746b9414 (patch)
tree6288b4bb9eb93e80a4c1b7e9db739b21f3989889 /sys/conf
parent03927d3c33689431ba2d9f74c15aa851d85bcb76 (diff)
downloadsrc-810d0bd1a947d2fb8715f92478ae156f746b9414.tar.gz
src-810d0bd1a947d2fb8715f92478ae156f746b9414.zip
Turn '#if NSNP > 0' into an option.
Notes
Notes: svn path=/head/; revision=71786
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/options3
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 0fdbe4cef228..94469aeb5563 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -693,7 +693,7 @@ kern/tty_compat.c standard
kern/tty_conf.c standard
kern/tty_cons.c standard
kern/tty_pty.c optional pty
-kern/tty_snoop.c count snp
+kern/tty_snoop.c optional snp
kern/tty_subr.c standard
kern/tty_tty.c standard
kern/uipc_accf.c optional inet
diff --git a/sys/conf/options b/sys/conf/options
index af104ee2e9dc..988c399d2319 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -485,3 +485,6 @@ ACPI_NO_ENABLE_ON_BOOT opt_acpi.h
# options for DEVFS, see sys/fs/devfs/devfs.h
NDEVFSINO opt_devfs.h
NDEVFSOVERFLOW opt_devfs.h
+
+# various 'device presence' options.
+DEV_SNP opt_snp.h