]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/AVILA
Import lua 5.3.4 to contrib
[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 #    https://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 (https://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     CONF_CFLAGS=-mcpu=xscale
33 #options        HZ=1000
34 options         HZ=100
35 options         DEVICE_POLLING
36
37 options         SCHED_4BSD              # 4BSD scheduler
38 options         INET                    # InterNETworking
39 options         TCP_HHOOK               # hhook(9) framework for TCP
40 options         GEOM_PART_BSD           # BSD partition scheme
41 options         GEOM_PART_MBR           # MBR partition scheme
42 options         TMPFS                   # Efficient memory filesystem
43 options         FFS                     # Berkeley Fast Filesystem
44 options         SOFTUPDATES             # Enable FFS soft updates support
45 options         NFSCL                   # Network Filesystem Client
46 options         NFS_ROOT                # NFS usable as /, requires NFSCL
47 options         BOOTP
48 options         BOOTP_NFSROOT
49 options         BOOTP_NFSV3
50 options         BOOTP_WIRED_TO=npe0
51 #options        BOOTP_WIRED_TO=ath0
52 #options        BOOTP_WIRED_TO=rl0
53 options         BOOTP_COMPAT
54 #options        PREEMPTION
55 #options        VERBOSE_SYSINIT
56
57 # Hardware performance counters
58 options         HWPMC_HOOKS
59 device          hwpmc
60
61 #device         saarm
62
63 device          pci
64 device          uart
65
66 device          ixpwdog                 # watchdog timer
67 device          cfi                     # flash support
68 device          cfid                    # flash disk support
69 device          geom_redboot            # redboot fis parser
70
71 # I2C Bus
72 device          iicbus
73 device          iicbb
74 device          iic
75
76 device          ixpiic                  # I2C bus glue
77 device          ds1672                  # DS1672 on I2C bus
78 device          ad7418                  # AD7418 on I2C bus
79
80 device          avila_led
81
82 device          gpio
83 device          gpioled
84 device          avila_gpio              # GPIO pins on J8
85
86 device          ata
87 device          avila_ata               # Gateworks CF/IDE support
88
89 device          npe                     # Network Processing Engine
90 device          npe_fw
91 device          firmware
92 device          qmgr                    # Q Manager (required by npe)
93 device          mii                     # NB: required by npe
94 device          ether
95 device          bpf
96
97 device          loop
98 device          if_bridge
99
100 device          md
101 device          random                  # Entropy device
102
103 # Wireless NIC cards
104 device          wlan                    # 802.11 support
105 options         IEEE80211_DEBUG
106 options         IEEE80211_SUPPORT_TDMA
107 options         IEEE80211_SUPPORT_MESH
108 device          wlan_wep                # 802.11 WEP support
109 device          wlan_ccmp               # 802.11 CCMP support
110 device          wlan_tkip               # 802.11 TKIP support
111 device          wlan_xauth
112
113 device          ath                     # Atheros NICs
114 device          ath_pci                 # Atheros pci/cardbus glue
115 options         ATH_DEBUG
116 options         ATH_DIAGAPI
117 #options        ATH_TX99_DIAG
118 device          ath_rate_sample         # SampleRate tx rate control for ath
119
120 #options        AH_DEBUG
121 #options        AH_ASSERT
122 #device         ath_ar5210
123 #device         ath_ar5211
124 device          ath_ar5212
125 device          ath_rf2413
126 device          ath_rf2417
127 device          ath_rf2425
128 device          ath_rf5111
129 device          ath_rf5112
130 device          ath_rf5413
131 #
132 device          ath_ar5416
133 options         AH_SUPPORT_AR5416
134 device          ath_ar9160
135 device          ath_ar9280
136
137 device          usb
138 device          ohci
139 device          ehci
140 device          umass
141 device          scbus                   # SCSI bus (required for ATA/SCSI)
142 device          da                      # Direct Access (disks)
143 device          pass                    # Passthrough device (direct ATA/SCSI access)
144
145 #device         ural
146 #device         zyd
147 #device         wlan_amrr