]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/arm/conf/AVILA
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / arm / conf / AVILA
1 # AVILA -- Gateworks Avila XScale board
2 # kernel configuration file for FreeBSD/arm
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           AVILA
22
23 include         "../xscale/ixp425/std.ixp425"
24 # NB: memory mapping is defined in std.avila
25 include         "../xscale/ixp425/std.avila"
26 options         XSCALE_CACHE_READ_WRITE_ALLOCATE
27 #options        ARM_USE_SMALL_ALLOC
28 #To statically compile in device wiring instead of /boot/device.hints
29 hints           "AVILA.hints"           #Default places to look for devices.
30 makeoptions     MODULES_OVERRIDE=""
31
32 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
33 makeoptions     CONF_CFLAGS=-mcpu=xscale
34 #options        HZ=1000
35 options         HZ=100
36 options         DEVICE_POLLING
37
38 # Debugging for use in -current
39 options         KDB
40 #options        GDB
41 options         DDB                     #Enable the kernel debugger
42 #options        DEADLKRES               #Enable the deadlock resolver
43 options         INVARIANTS              #Enable calls of extra sanity checking
44 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
45 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
46 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
47 #options        DIAGNOSTIC
48
49 options         SCHED_4BSD              #4BSD scheduler
50 options         INET                    #InterNETworking
51 options         FFS                     #Berkeley Fast Filesystem
52 options         SOFTUPDATES             #Enable FFS soft updates support
53 options         NFSCL                   #New Network Filesystem Client
54 options         NFS_ROOT                #NFS usable as /, requires NFSCL
55 options         BOOTP
56 options         BOOTP_NFSROOT
57 options         BOOTP_NFSV3
58 options         BOOTP_WIRED_TO=npe0
59 #options        BOOTP_WIRED_TO=ath0
60 #options        BOOTP_WIRED_TO=rl0
61 options         BOOTP_COMPAT
62 #options        PREEMPTION
63 #options        VERBOSE_SYSINIT
64
65 # Hardware performance counters
66 options         HWPMC_HOOKS
67 device          hwpmc
68
69 #device         saarm
70
71 device          pci
72 device          uart
73
74 device          ixpwdog         # watchdog timer
75 device          cfi             # flash support
76 device          cfid            # flash disk support
77 device          geom_redboot    # redboot fis parser
78
79 # I2C Bus
80 device          iicbus
81 device          iicbb
82 device          iic
83
84 device          ixpiic          # I2C bus glue
85 device          ds1672          # DS1672 on I2C bus
86 device          ad7418          # AD7418 on I2C bus
87
88 device          avila_led
89
90 device          gpio
91 device          gpioled
92 device          avila_gpio      # GPIO pins on J8
93
94 device          ata
95 device          avila_ata       # Gateworks CF/IDE support
96 options         ATA_CAM
97
98 device          npe             # Network Processing Engine
99 device          npe_fw
100 device          firmware
101 device          qmgr            # Q Manager (required by npe)
102 device          mii             # NB: required by npe
103 device          ether
104 device          bpf
105
106 device          pty
107 device          loop
108 device          if_bridge
109
110 device          md
111 device          random          # Entropy device
112
113 # Wireless NIC cards
114 device          wlan            # 802.11 support
115 options         IEEE80211_DEBUG
116 options         IEEE80211_SUPPORT_TDMA
117 options         IEEE80211_SUPPORT_MESH
118 device          wlan_wep        # 802.11 WEP support
119 device          wlan_ccmp       # 802.11 CCMP support
120 device          wlan_tkip       # 802.11 TKIP support
121 device          wlan_xauth
122
123 device          ath             # Atheros NICs
124 device          ath_pci         # Atheros pci/cardbus glue
125 options         ATH_DEBUG
126 options         ATH_DIAGAPI
127 #options        ATH_TX99_DIAG
128 device          ath_rate_sample # SampleRate tx rate control for ath
129
130 #options        AH_DEBUG
131 #options        AH_ASSERT
132 #device         ath_ar5210
133 #device         ath_ar5211
134 device          ath_ar5212
135 device          ath_rf2413
136 device          ath_rf2417
137 device          ath_rf2425
138 device          ath_rf5111
139 device          ath_rf5112
140 device          ath_rf5413
141 #
142 device          ath_ar5416
143 options         AH_SUPPORT_AR5416
144 device          ath_ar9160
145 device          ath_ar9280
146
147 device          usb
148 #options        USB_DEBUG
149 device          ohci
150 device          ehci
151 device          umass
152 device          scbus           # SCSI bus (required for ATA/SCSI)
153 device          da              # Direct Access (disks)
154 device          pass            # Passthrough device (direct ATA/SCSI access)
155
156 #device         ural
157 #device         zyd
158 #device         wlan_amrr