]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/KB920X
Add arm/conf/DEFAULTS and populate it with:
[FreeBSD/FreeBSD.git] / sys / arm / conf / KB920X
1 # KB920X -- Custom kernel configuration for the KB9202 (no letter, A and B)
2 # AT91RM9200 evaluation boards from kwikbyte.com.
3 #
4 # For more information on this file, please read the handbook section on
5 # Kernel Configuration Files:
6 #
7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files. 
16 # If you are in doubt as to the purpose or necessity of a line, check first 
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 ident           KB920X
22
23 include         "../at91/std.kb920x"
24 # The AT91 platform doesn't use /boot/loader, so we have to statically wire
25 # hints.
26 hints           "KB920X.hints"
27
28 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
29 options         DDB
30 options         KDB
31
32 options         SCHED_4BSD              #4BSD scheduler
33 options         INET                    #InterNETworking
34 #options        INET6                   #IPv6 communications protocols
35 options         FFS                     #Berkeley Fast Filesystem
36 #options        SOFTUPDATES             #Enable FFS soft updates support
37 #options        UFS_ACL                 #Support for access control lists
38 #options        UFS_DIRHASH             #Improve performance on big directories
39 #options        MD_ROOT                 #MD is a potential root device
40 #options        MD_ROOT_SIZE=4096       # 4MB ram disk
41 options         ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
42 options         NFSCLIENT               #Network Filesystem Client
43 #options        NFSSERVER               #Network Filesystem Server
44 #options        NFSLOCKD                #Network Lock Manager
45 #options        NFS_ROOT                #NFS usable as /, requires NFSCLIENT
46 #options        BOOTP_NFSROOT
47 #options        BOOTP
48
49 #options        MSDOSFS                 #MSDOS Filesystem
50 #options        CD9660                  #ISO 9660 Filesystem
51 #options        PROCFS                  #Process filesystem (requires PSEUDOFS)
52 options         PSEUDOFS                #Pseudo-filesystem framework
53 #options        SCSI_DELAY=5000         #Delay (in ms) before probing SCSI
54 #options        KTRACE                  #ktrace(1) support
55 options         SYSVSHM                 #SYSV-style shared memory
56 options         SYSVMSG                 #SYSV-style message queues
57 options         SYSVSEM                 #SYSV-style semaphores
58 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
59 #options        SYSCTL_OMIT_DESCR
60 # Disable the inlining of mutex, rwlock and sx locks.  These eat up a lot
61 # of space.
62 options         MUTEX_NOINLINE
63 options         RWLOCK_NOINLINE
64 options         SX_NOINLINE
65 options         NO_FFS_SNAPSHOT
66 options         NO_SWAPPING
67 device          random
68 device          pty
69 device          loop
70 device          ether
71 device          uart
72 device          ate
73 device          mii
74 device          lxtphy
75
76 # Debugging for use in -current
77 #options        INVARIANTS              #Enable calls of extra sanity checking
78 #options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
79 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
80 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
81
82 device          md
83 device          at91_twi                # TWI: Two Wire Interface
84 device          at91_spi                # SPI:
85 device          spibus
86 # MMC/SD
87 device          at91_mci
88 device          mmc
89 device          mmcsd
90 # iic
91 device          iic
92 device          iicbus
93 device          icee
94
95 device          bpf
96 # USB support
97 device          ohci            # OHCI localbus->USB interface
98 device          usb             # USB Bus (required)
99 #device         udbp            # USB Double Bulk Pipe devices
100 device          ugen            # Generic
101 device          uhid            # "Human Interface Devices"
102 device          ulpt            # Printer
103 device          umass           # Disks/Mass storage - Requires scbus and da
104 device          ural            # Ralink Technology RT2500USB wireless NICs
105 device          rum             # Ralink Technology RT2501USB wireless NICs
106 device          urio            # Diamond Rio 500 MP3 player
107 device          uscanner        # Scanners
108 # USB Ethernet, requires miibus
109 device          miibus
110 device          aue             # ADMtek USB Ethernet
111 device          axe             # ASIX Electronics USB Ethernet
112 device          cdce            # Generic USB over Ethernet
113 device          cue             # CATC USB Ethernet
114 device          kue             # Kawasaki LSI USB Ethernet
115 device          rue             # RealTek RTL8150 USB Ethernet
116 device          udav
117 # usb serial
118 device          ucom
119 device          uark
120 device          ubsa
121 device          uftdi
122 device          uipaq
123 device          uplcom
124 device          uvisor
125 device          uvscom
126 # SCSI peripherals
127 device          scbus           # SCSI bus (required for SCSI)
128 device          da              # Direct Access (disks)
129 device          cd              # CD
130 device          pass            # Passthrough device (direct SCSI access)
131 # Wireless NIC cards
132 device          wlan            # 802.11 support
133 device          wlan_wep        # 802.11 WEP support
134 device          wlan_ccmp       # 802.11 CCMP support
135 device          wlan_tkip       # 802.11 TKIP support
136 device          wlan_amrr       # AMRR transmit rate control algorithm