]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/AVILA
Remove pl310.c from the SoC std.* files, it's in files.arm
[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         "std.arm"
24 include         "../xscale/ixp425/std.ixp425"
25 # NB: memory mapping is defined in std.avila
26 include         "../xscale/ixp425/std.avila"
27 options         XSCALE_CACHE_READ_WRITE_ALLOCATE
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         GEOM_PART_BSD           # BSD partition scheme
52 options         GEOM_PART_MBR           # MBR partition scheme
53 options         TMPFS                   # Efficient memory filesystem
54 options         FFS                     # Berkeley Fast Filesystem
55 options         SOFTUPDATES             # Enable FFS soft updates support
56 options         NFSCL                   # Network Filesystem Client
57 options         NFS_ROOT                # NFS usable as /, requires NFSCL
58 options         BOOTP
59 options         BOOTP_NFSROOT
60 options         BOOTP_NFSV3
61 options         BOOTP_WIRED_TO=npe0
62 #options        BOOTP_WIRED_TO=ath0
63 #options        BOOTP_WIRED_TO=rl0
64 options         BOOTP_COMPAT
65 #options        PREEMPTION
66 #options        VERBOSE_SYSINIT
67
68 # Hardware performance counters
69 options         HWPMC_HOOKS
70 device          hwpmc
71
72 #device         saarm
73
74 device          pci
75 device          uart
76
77 device          ixpwdog                 # watchdog timer
78 device          cfi                     # flash support
79 device          cfid                    # flash disk support
80 device          geom_redboot            # redboot fis parser
81
82 # I2C Bus
83 device          iicbus
84 device          iicbb
85 device          iic
86
87 device          ixpiic                  # I2C bus glue
88 device          ds1672                  # DS1672 on I2C bus
89 device          ad7418                  # AD7418 on I2C bus
90
91 device          avila_led
92
93 device          gpio
94 device          gpioled
95 device          avila_gpio              # GPIO pins on J8
96
97 device          ata
98 device          avila_ata               # Gateworks CF/IDE support
99
100 device          npe                     # Network Processing Engine
101 device          npe_fw
102 device          firmware
103 device          qmgr                    # Q Manager (required by npe)
104 device          mii                     # NB: required by npe
105 device          ether
106 device          bpf
107
108 device          loop
109 device          if_bridge
110
111 device          md
112 device          random                  # Entropy device
113
114 # Wireless NIC cards
115 device          wlan                    # 802.11 support
116 options         IEEE80211_DEBUG
117 options         IEEE80211_SUPPORT_TDMA
118 options         IEEE80211_SUPPORT_MESH
119 device          wlan_wep                # 802.11 WEP support
120 device          wlan_ccmp               # 802.11 CCMP support
121 device          wlan_tkip               # 802.11 TKIP support
122 device          wlan_xauth
123
124 device          ath                     # Atheros NICs
125 device          ath_pci                 # Atheros pci/cardbus glue
126 options         ATH_DEBUG
127 options         ATH_DIAGAPI
128 #options        ATH_TX99_DIAG
129 device          ath_rate_sample         # SampleRate tx rate control for ath
130
131 #options        AH_DEBUG
132 #options        AH_ASSERT
133 #device         ath_ar5210
134 #device         ath_ar5211
135 device          ath_ar5212
136 device          ath_rf2413
137 device          ath_rf2417
138 device          ath_rf2425
139 device          ath_rf5111
140 device          ath_rf5112
141 device          ath_rf5413
142 #
143 device          ath_ar5416
144 options         AH_SUPPORT_AR5416
145 device          ath_ar9160
146 device          ath_ar9280
147
148 device          usb
149 #options        USB_DEBUG
150 device          ohci
151 device          ehci
152 device          umass
153 device          scbus                   # SCSI bus (required for ATA/SCSI)
154 device          da                      # Direct Access (disks)
155 device          pass                    # Passthrough device (direct ATA/SCSI access)
156
157 #device         ural
158 #device         zyd
159 #device         wlan_amrr