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