]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/HL200
Merge OpenSSL 1.0.1p.
[FreeBSD/FreeBSD.git] / sys / arm / conf / HL200
1 # Kernel configuration for the AT91RM9200 based Hot-e configuration file
2 #
3 # For more information on this file, please read the handbook section on
4 # Kernel Configuration Files:
5 #
6 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7 #
8 # The handbook is also available locally in /usr/share/doc/handbook
9 # if you've installed the doc distribution, otherwise always see the
10 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11 # latest information.
12 #
13 # An exhaustive list of options and more detailed explanations of the
14 # device lines is also present in the ../../conf/NOTES and NOTES files.
15 # If you are in doubt as to the purpose or necessity of a line, check first
16 # in NOTES.
17 #
18 # $FreeBSD$
19
20 #NO_UNIVERSE
21
22 ident           HL200
23
24 include         "std.arm"
25 include         "../at91/std.hl200"
26
27 #To statically compile in device wiring instead of /boot/device.hints
28 hints           "KB920X.hints"
29 makeoptions     MODULES_OVERRIDE=""
30
31 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
32
33 options         SCHED_4BSD              # 4BSD scheduler
34 options         INET                    # InterNETworking
35 #options        INET6                   # IPv6 communications protocols
36 options         FFS                     # Berkeley Fast Filesystem
37 #options        SOFTUPDATES             # Enable FFS soft updates support
38 #options        UFS_ACL                 # Support for access control lists
39 #options        UFS_DIRHASH             # Improve performance on big directories
40 #options        MD_ROOT                 # MD is a potential root device
41 #options        MD_ROOT_SIZE=4096       # 4MB ram disk
42 options         NFSCL                   # Network Filesystem Client
43 #options        NFSD                    # Network Filesystem Server
44 #options        NFSLOCKD                # Network Lock Manager
45 options         NFS_ROOT                # NFS usable as /, requires NFSCL
46 options         TMPFS                   # Efficient memory filesystem
47 #options        MSDOSFS                 # MSDOS Filesystem
48 #options        CD9660                  # ISO 9660 Filesystem
49 #options        PROCFS                  # Process filesystem (requires PSEUDOFS)
50 options         PSEUDOFS                # Pseudo-filesystem framework
51 options         GEOM_PART_BSD           # BSD partition scheme
52 options         GEOM_PART_MBR           # MBR partition scheme
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
60 # Debugging for use in -current
61 options         KDB                     # Enable kernel debugger support
62 options         DDB                     # Enable the kernel debugger
63 #options        DEADLKRES               # Enable the deadlock resolver
64 #options        INVARIANTS              # Enable calls of extra sanity checking
65 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
66 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
67 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
68
69 options         BOOTP
70 options         BOOTP_NFSROOT
71 options         BOOTP_COMPAT
72 options         BOOTP_NFSV3
73 options         BOOTP_WIRED_TO=ate0
74
75 # alternatively, boot from a MMC/SD memory card
76 #options        ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
77
78 # kernel/memory size reduction
79 options         MUTEX_NOINLINE
80 options         NO_FFS_SNAPSHOT
81 options         NO_SWAPPING
82 #options        NO_SYSCTL_DESCR
83 options         RWLOCK_NOINLINE
84
85 # The `bpf' device enables the Berkeley Packet Filter.
86 # Be aware of the administrative consequences of enabling this!
87 # Note that 'bpf' is required for DHCP.
88 device          bpf                     # Berkeley packet filter
89
90 # Ethernet
91 device          mii                     # Minimal MII support
92 device          ate                     # Atmel AT91 Ethernet driver
93 device          lxtphy
94
95 # I2C
96 device          at91_twi                # Atmel AT91 Two-wire Interface
97 device          iic                     # I2C generic I/O device driver
98 device          iicbus                  # I2C bus system
99 device          icee
100
101 # MMC/SD
102 device          at91_mci                # Atmel AT91 Multimedia Card Interface
103 device          mmc                     # MMC/SD bus
104 device          mmcsd                   # MMC/SD memory card
105
106 # DataFlash
107 device          at91_spi                # Atmel AT91 Serial Peripheral Interface
108 device          spibus                  # SPI bus
109
110 # Pseudo devices.
111 device          loop                    # Network loopback
112 device          random                  # Entropy device
113 device          ether                   # Ethernet support
114 device          md                      # Memory "disks"
115
116 # SCSI peripherals
117 device          scbus                   # SCSI bus (required for ATA/SCSI)
118 device          da                      # Direct Access (disks)
119 device          cd                      # CD
120 device          pass                    # Passthrough device (direct ATA/SCSI access)
121
122 # Serial (COM) ports
123 device          uart                    # Multi-uart driver
124
125 # USB support
126 options         USB_DEBUG               # enable debug msgs
127 device          ohci                    # OHCI USB interface
128 device          usb                     # USB Bus (required)
129 #device         udbp                    # USB Double Bulk Pipe devices
130 device          uhid                    # "Human Interface Devices"
131 device          ulpt                    # Printer
132 device          umass                   # Disks/Mass storage - Requires scbus and da
133 device          urio                    # Diamond Rio 500 MP3 player
134 # USB Serial devices
135 device          uark                    # Technologies ARK3116 based serial adapters
136 device          ubsa                    # Belkin F5U103 and compatible serial adapters
137 #device         ubser                   # not yet converted.
138 device          uftdi                   # For FTDI usb serial adapters
139 device          uipaq                   # Some WinCE based devices
140 device          uplcom                  # Prolific PL-2303 serial adapters
141 device          uslcom                  # SI Labs CP2101/CP2102 serial adapters
142 device          uvisor                  # Visor and Palm devices
143 device          uvscom                  # USB serial support for DDI pocket's PHS
144 # USB Ethernet, requires miibus
145 device          miibus
146 device          aue                     # ADMtek USB Ethernet
147 device          axe                     # ASIX Electronics USB Ethernet
148 device          cdce                    # Generic USB over Ethernet
149 device          cue                     # CATC USB Ethernet
150 device          kue                     # Kawasaki LSI USB Ethernet
151 device          rue                     # RealTek RTL8150 USB Ethernet
152 device          udav                    # Davicom DM9601E USB
153 # USB Wireless
154 device          rum                     # Ralink Technology RT2501USB wireless NICs
155 device          uath                    # Atheros AR5523 wireless NICs
156 device          ural                    # Ralink Technology RT2500USB wireless NICs
157 device          zyd                     # ZyDAS zd1211/zd1211b wireless NICs
158
159 # Wireless NIC cards
160 device          wlan                    # 802.11 support
161 device          wlan_wep                # 802.11 WEP support
162 device          wlan_ccmp               # 802.11 CCMP support
163 device          wlan_tkip               # 802.11 TKIP support
164 device          wlan_amrr               # AMRR transmit rate control algorithm