Home | History | Annotate | Line # | Download | only in conf
MODULAR revision 1.1
      1 # $NetBSD: MODULAR,v 1.1 2011/09/21 10:18:52 ahoka Exp $
      2 #
      3 # MODULAR kernel
      4 # This kernel config prefers loading kernel drivers from file system.
      5 # Please see module(7) for more information.
      6 #
      7 include "arch/i386/conf/GENERIC"
      8 
      9 # these features are available as modules
     10 #
     11 no options	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
     12 no options	AIO		# POSIX asynchronous I/O, built as a module
     13 no options	MQUEUE		# POSIX messsage queues, built as a module
     14 no options	NFSSERVER	# Network File System server
     15 
     16 # compatibility options, built as modules
     17 #
     18 no options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
     19 no options 	COMPAT_SVR4	# binary compatibility with SVR4
     20 no options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
     21 no options 	COMPAT_LINUX	# binary compatibility with Linux
     22 no options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
     23 
     24 # build non boot critical file systems as modules
     25 #
     26 no file-system	EXT2FS		# second extended file system (linux)
     27 no file-system	LFS		# log-structured file system
     28 no file-system	NTFS		# Windows/NT file system (experimental)
     29 no file-system	MSDOSFS		# MS-DOS file system
     30 no file-system	KERNFS		# /kern
     31 no file-system	OVERLAY		# overlay file system
     32 no file-system	PROCFS		# /proc
     33 no file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     34 no file-system	UMAPFS		# NULLFS + uid and gid remapping
     35 no file-system	UNION		# union file system
     36 no file-system	CODA		# Coda File System; also needs vcoda (below)
     37 no file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
     38 
     39 # accept filters, built as modules
     40 #
     41 no pseudo-device	accf_data 	       # "dataready" accept filter
     42 no pseudo-device	accf_http	       # "httpready" accept filter
     43 
     44 # pseudo devices, available as modules
     45 #
     46 no pseudo-device	vcoda		       # coda minicache <-> venus comm.
     47 no pseudo-device	nsmb		       # experimental - SMB requester
     48 
     49 # these drivers are available as modules
     50 #
     51 #no acpiacad*
     52 #no acpibat*
     53 #no acpibut*
     54 #no acpicpu*
     55 #no acpidalb*
     56 #no acpifan*
     57 #no acpilid*
     58 #no acpitz*
     59 #no acpivga*
     60 #no acpiwdrt*
     61 #no acpiwmi*
     62 
     63 #no aibs*
     64 
     65 no uvideo*
     66 no pseye*
     67 
     68 no hdaudio*
     69 no hdafg*
     70 
     71 #no cir*
     72 #no irmce*
     73 
     74 #no alc*
     75 #no ath*
     76 #no axe*
     77 #no rum*
     78