]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/arm/conf/CAMBRIA
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / arm / conf / CAMBRIA
1 # CAMBRIA -- Gateworks Cambria 235x boards
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           CAMBRIA
22
23 include         "../xscale/ixp425/std.ixp435"
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           "CAMBRIA.hints"         # Default places to look for devices.
30
31 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
32 makeoptions     CONF_CFLAGS=-mcpu=xscale
33 makeoptions     MODULES_OVERRIDE=""
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        PREEMPTION
51 options         INET                    #InterNETworking
52 options         FFS                     #Berkeley Fast Filesystem
53 options         SOFTUPDATES             #Enable FFS soft updates support
54 options         NFSCL                   #New Network Filesystem Client
55 options         NFS_ROOT                #NFS usable as /, requires NFSCL
56 options         BOOTP
57 options         BOOTP_NFSROOT
58 options         BOOTP_NFSV3
59 options         BOOTP_WIRED_TO=npe0
60 options         BOOTP_COMPAT
61
62 # Hardware performance counters
63 options         HWPMC_HOOKS
64 device          hwpmc
65
66 #options        VERBOSE_SYSINIT
67 options         VERBOSE_INIT_ARM
68
69 #device         saarm
70
71 device          pci
72 device          uart
73
74 device          ixpwdog         # watchdog timer
75
76 options         IXP4XX_FLASH_SIZE=0x02000000    # stock 2358 comes w/ 32M
77 device          cfi             # flash support
78 device          cfid            # flash disk support
79 device          geom_redboot    # redboot fis parser
80
81 # I2C Bus
82 device          iicbus
83 device          iicbb
84 device          iic
85
86 device          ixpiic          # I2C bus glue
87 device          ds1672          # DS1672 on I2C bus
88 device          ad7418          # AD7418 on I2C bus
89
90 device          cambria_fled    # Font Panel LED on I2C bus
91 device          cambria_led     # 8-LED latch
92
93 device          gpio
94 device          gpioled
95 device          cambria_gpio    # GPIO pins on J11
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_ENABLE_DFS
129 options         ATH_ENABLE_11N
130 #options        ATH_TX99_DIAG
131 device          ath_rate_sample # SampleRate tx rate control for ath
132
133 options         AH_DEBUG
134 options         AH_PRIVATE_DIAG
135 options         AH_SUPPORT_AR5416       # NB: for 11n descriptor format
136 device          ath_hal
137
138 # NB: 2 USB 2.0 ports standard
139 device          usb
140 options         USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
141 #options        USB_DEBUG
142 device          ehci
143 device          umass
144 device          scbus           # SCSI bus (required for ATA/SCSI)
145 device          da              # Direct Access (disks)
146 device          pass            # Passthrough device (direct ATA/SCSI access)
147
148 #device         ural
149 #device         zyd
150 #device         wlan_amrr