]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/KB920X
Create std.arm and std.armv6 config files and include the right one from
[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 #NO_UNIVERSE
22
23 ident           KB920X
24
25 include         "std.arm"
26 include         "../at91/std.kb920x"
27 # The AT91 platform doesn't use /boot/loader, so we have to statically wire
28 # hints.
29 hints           "KB920X.hints"
30 makeoptions     MODULES_OVERRIDE=""
31
32 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
33 options         DDB
34 options         KDB
35
36 options         SCHED_4BSD              # 4BSD scheduler
37 options         INET                    # InterNETworking
38 #options        INET6                   # IPv6 communications protocols
39 options         FFS                     # Berkeley Fast Filesystem
40 #options        SOFTUPDATES             # Enable FFS soft updates support
41 #options        UFS_ACL                 # Support for access control lists
42 #options        UFS_DIRHASH             # Improve performance on big directories
43 #options        MD_ROOT                 # MD is a potential root device
44 #options        MD_ROOT_SIZE=4096       # 4MB ram disk
45 options         ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
46 options         NFSCL                   # Network Filesystem Client
47 #options        NFSD                    # Network Filesystem Server
48 #options        NFSLOCKD                # Network Lock Manager
49 #options        NFS_ROOT                # NFS usable as /, requires NFSCL
50 #options        BOOTP_NFSROOT
51 #options        BOOTP
52
53 options         GEOM_PART_BSD           # BSD partition scheme
54 options         GEOM_PART_MBR           # MBR partition scheme
55 options         TMPFS                   # Efficient memory filesystem
56 #options        MSDOSFS                 # MSDOS Filesystem
57 #options        CD9660                  # ISO 9660 Filesystem
58 #options        PROCFS                  # Process filesystem (requires PSEUDOFS)
59 options         PSEUDOFS                # Pseudo-filesystem framework
60 #options        SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
61 #options        KTRACE                  # ktrace(1) support
62 options         SYSVSHM                 # SYSV-style shared memory
63 options         SYSVMSG                 # SYSV-style message queues
64 options         SYSVSEM                 # SYSV-style semaphores
65 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
66 #options        NO_SYSCTL_DESCR
67 # Disable the inlining of mutex, rwlock and sx locks.  These eat up a lot
68 # of space.
69 options         MUTEX_NOINLINE
70 options         RWLOCK_NOINLINE
71 options         SX_NOINLINE
72 options         NO_FFS_SNAPSHOT
73 options         NO_SWAPPING
74 device          random
75 device          loop
76 device          ether
77 device          uart
78 device          ate
79 device          mii
80 device          lxtphy
81
82 # Debugging for use in -current
83 #options        DEADLKRES               # Enable the deadlock resolver
84 #options        INVARIANTS              # Enable calls of extra sanity checking
85 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
86 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
87 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
88
89 device          md
90 device          at91_twi                # TWI: Two Wire Interface
91 device          at91_spi                # SPI:
92 device          spibus
93 # MMC/SD
94 device          at91_mci
95 device          mmc
96 device          mmcsd
97 # iic
98 device          iic
99 device          iicbus
100 device          icee
101
102 device          bpf
103 # USB support
104 options         USB_DEBUG               # enable debug msgs
105 device          ohci                    # OHCI localbus->USB interface
106 device          usb                     # USB Bus (required)
107 #device         udbp                    # USB Double Bulk Pipe devices
108 device          uhid                    # "Human Interface Devices"
109 device          ulpt                    # Printer
110 device          umass                   # Disks/Mass storage - Requires scbus and da
111 device          urio                    # Diamond Rio 500 MP3 player
112 # USB Serial devices
113 device          uark                    # Technologies ARK3116 based serial adapters
114 device          ubsa                    # Belkin F5U103 and compatible serial adapters
115 device          uftdi                   # For FTDI usb serial adapters
116 device          uipaq                   # Some WinCE based devices
117 device          uplcom                  # Prolific PL-2303 serial adapters
118 device          uslcom                  # SI Labs CP2101/CP2102 serial adapters
119 device          uvisor                  # Visor and Palm devices
120 device          uvscom                  # USB serial support for DDI pocket's PHS
121 # USB Ethernet, requires miibus
122 device          miibus
123 device          aue                     # ADMtek USB Ethernet
124 device          axe                     # ASIX Electronics USB Ethernet
125 device          cdce                    # Generic USB over Ethernet
126 device          cue                     # CATC USB Ethernet
127 device          kue                     # Kawasaki LSI USB Ethernet
128 device          rue                     # RealTek RTL8150 USB Ethernet
129 device          udav                    # Davicom DM9601E USB
130 # USB Wireless
131 device          rum                     # Ralink Technology RT2501USB wireless NICs
132 device          uath                    # Atheros AR5523 wireless NICs
133 device          ural                    # Ralink Technology RT2500USB wireless NICs
134 device          zyd                     # ZyDAS zd1211/zd1211b wireless NICs
135 # SCSI peripherals
136 device          scbus                   # SCSI bus (required for ATA/SCSI)
137 device          da                      # Direct Access (disks)
138 device          cd                      # CD
139 device          pass                    # Passthrough device (direct ATA/SCSI access)
140 # Wireless NIC cards
141 device          wlan                    # 802.11 support
142 device          wlan_wep                # 802.11 WEP support
143 device          wlan_ccmp               # 802.11 CCMP support
144 device          wlan_tkip               # 802.11 TKIP support
145 device          wlan_amrr               # AMRR transmit rate control algorithm
146
147 # USB device (gadget) support
148 device          at91_dci                # Atmel's usb device
149 device          usfs                    # emulate a flash
150 device          cdce                    # emulate an ethernet
151 device          usb_template            # Control of the gadget
152
153 options         IEEE80211_SUPPORT_MESH
154
155 options         AH_SUPPORT_AR5416