]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/CAMBRIA
MFC r305708, r305719
[FreeBSD/FreeBSD.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         "std.arm"
24 include         "../xscale/ixp425/std.ixp435"
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           "CAMBRIA.hints"         # Default places to look for devices.
30
31 makeoptions     CONF_CFLAGS=-mcpu=xscale
32 makeoptions     MODULES_OVERRIDE=""
33 #options        HZ=1000
34 options         HZ=100
35 options         DEVICE_POLLING
36
37 options         SCHED_4BSD              # 4BSD scheduler
38 #options        PREEMPTION
39 options         INET                    # InterNETworking
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_COMPAT
52
53 # Hardware performance counters
54 options         HWPMC_HOOKS
55 device          hwpmc
56
57 #options        VERBOSE_SYSINIT
58 options         VERBOSE_INIT_ARM
59
60 #device         saarm
61
62 device          pci
63 device          uart
64
65 device          ixpwdog                 # watchdog timer
66
67 options         IXP4XX_FLASH_SIZE=0x02000000 # stock 2358 comes w/ 32M
68 device          cfi                     # flash support
69 device          cfid                    # flash disk support
70 device          geom_redboot            # redboot fis parser
71
72 # I2C Bus
73 device          iicbus
74 device          iicbb
75 device          iic
76
77 device          ixpiic                  # I2C bus glue
78 device          ds1672                  # DS1672 on I2C bus
79 device          ad7418                  # AD7418 on I2C bus
80
81 device          cambria_fled            # Font Panel LED on I2C bus
82 device          cambria_led             # 8-LED latch
83
84 device          gpio
85 device          gpioled
86 device          cambria_gpio            # GPIO pins on J11
87
88 device          ata
89 device          avila_ata               # Gateworks CF/IDE support
90
91 device          npe                     # Network Processing Engine
92 device          npe_fw
93 device          firmware
94 device          qmgr                    # Q Manager (required by npe)
95 device          mii                     # NB: required by npe
96 device          ether
97 device          bpf
98
99 device          loop
100 device          if_bridge
101
102 device          md
103 device          random                  # Entropy device
104
105 # Wireless NIC cards
106 device          wlan                    # 802.11 support
107 options         IEEE80211_DEBUG
108 options         IEEE80211_SUPPORT_TDMA
109 options         IEEE80211_SUPPORT_MESH
110 device          wlan_wep                # 802.11 WEP support
111 device          wlan_ccmp               # 802.11 CCMP support
112 device          wlan_tkip               # 802.11 TKIP support
113 device          wlan_xauth
114
115 device          ath                     # Atheros NICs
116 device          ath_pci                 # Atheros pci/cardbus glue
117 options         ATH_DEBUG
118 options         ATH_DIAGAPI
119 options         ATH_ENABLE_DFS
120 options         ATH_ENABLE_11N
121 #options        ATH_TX99_DIAG
122 device          ath_rate_sample         # SampleRate tx rate control for ath
123
124 options         AH_DEBUG
125 options         AH_PRIVATE_DIAG
126 options         AH_SUPPORT_AR5416       # NB: for 11n descriptor format
127 device          ath_hal
128
129 # NB: 2 USB 2.0 ports standard
130 device          usb
131 options         USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
132 device          ehci
133 device          umass
134 device          scbus                   # SCSI bus (required for ATA/SCSI)
135 device          da                      # Direct Access (disks)
136 device          pass                    # Passthrough device (direct ATA/SCSI access)
137
138 #device         ural
139 #device         zyd
140 #device         wlan_amrr