]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/std.AR934X
Copy ^/vendor/NetBSD/tests/dist/lib/libc/hash/t_hmac.c to
[FreeBSD/FreeBSD.git] / sys / mips / conf / std.AR934X
1 #
2 # AR91XX -- Kernel configuration base file for the Atheros AR913x SoC.
3 #
4 # This file (and the hints file accompanying it) are not designed to be
5 # used by themselves. Instead, users of this file should create a kernel
6 # config file which includes this file (which gets the basic hints), then
7 # override the default options (adding devices as needed) and adding
8 # hints as needed (for example, the GPIO and LAN PHY.)
9 #
10 # $FreeBSD$
11 #
12
13 machine         mips mips
14 #ident          std.AR934X
15 cpu             CPU_MIPS74K
16 makeoptions     KERNLOADADDR=0x80050000
17 options         HZ=1000
18
19 files           "../atheros/files.ar71xx"
20 hints           "AR934X_BASE.hints"
21
22 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
23 makeoptions     MODULES_OVERRIDE="gpio ar71xx if_gif if_vlan if_gre if_tap if_tun if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr hwpmc ipfw ipfw_nat libalias ipfw_nptv6 rtwn rtwn_usb rtwnfw otus otusfw"
24 # makeoptions   MODULES_OVERRIDE=""
25
26 options         DDB
27 options         KDB
28 options         ALT_BREAK_TO_DEBUGGER
29 options         ALQ
30
31 options         SCHED_4BSD              #4BSD scheduler
32 options         INET                    #InterNETworking
33 #options        INET6                   #InterNETworking
34 options         TCP_HHOOK               # hhook(9) framework for TCP
35 #options        NFSCL                   #Network Filesystem Client
36 options         PSEUDOFS                #Pseudo-filesystem framework
37 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
38
39 # Don't include the SCSI/CAM strings in the default build
40 options         SCSI_NO_SENSE_STRINGS
41 options         SCSI_NO_OP_STRINGS
42
43 # .. And no sysctl strings
44 options         NO_SYSCTL_DESCR
45
46 # Limit IO size
47 options         NBUF=128
48
49 # Limit UMTX hash size
50 # options       UMTX_NUM_CHAINS=64
51
52 # PMC
53 #options        HWPMC_HOOKS
54 #device         hwpmc
55 #device         hwpmc_mips24k
56
57 # options       NFS_LEGACYRPC
58 # Debugging for use in -current
59 #options        INVARIANTS
60 #options        INVARIANT_SUPPORT
61 #options        WITNESS
62 #options        WITNESS_SKIPSPIN
63 options         FFS                     #Berkeley Fast Filesystem
64 #options        SOFTUPDATES             #Enable FFS soft updates support
65 #options        UFS_ACL                 #Support for access control lists
66 #options        UFS_DIRHASH             #Improve performance on big directories
67 options         NO_FFS_SNAPSHOT         # We don't require snapshot support
68
69 # Wireless NIC cards
70 options         IEEE80211_DEBUG
71 options         IEEE80211_SUPPORT_MESH
72 options         IEEE80211_SUPPORT_TDMA
73 options         IEEE80211_SUPPORT_SUPERG
74 options         IEEE80211_ALQ   # 802.11 ALQ logging support
75 device          wlan            # 802.11 support
76 device          wlan_wep        # 802.11 WEP support
77 device          wlan_ccmp       # 802.11 CCMP support
78 device          wlan_tkip       # 802.11 TKIP support
79 device          wlan_xauth      # 802.11 hostap support
80
81 # ath(4)
82 device          ath             # Atheros network device
83 device          ath_rate_sample
84 device          ath_ahb         # Atheros host bus glue
85 options         ATH_DEBUG
86 options         ATH_DIAGAPI
87 option          ATH_ENABLE_11N
88
89 #device         ath_hal
90 device          ath_ar9300              # AR9330 HAL; no need for the others
91 option          AH_DEBUG
92 option          AH_SUPPORT_AR5416       # 11n HAL support
93 option          AH_SUPPORT_AR9340       # Chipset support
94 option          AH_DEBUG_ALQ
95 option          AH_AR5416_INTERRUPT_MITIGATION
96
97 device          mii
98 device          arge
99
100 device          usb
101 options         USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
102 options         USB_DEBUG
103 options         USB_HOST_ALIGN=32               # AR71XX (MIPS in general?) requires this
104 device          ehci
105
106 device          pci
107 device          ar724x_pci
108
109 device          scbus
110 device          umass
111 device          da
112
113 device          spibus
114 device          ar71xx_spi
115 device          mx25l
116 device          ar71xx_wdog
117
118 device          uart
119 device          uart_ar71xx
120
121 # XXX for now; later a separate APB mux is needed to demux PCI/WLAN interrupts.
122 device          ar71xx_apb
123
124 device          loop
125 device          ether
126 device          md
127 device          bpf
128 device          random
129 device          if_bridge
130 device          gpio
131 device          gpioled