]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/CAMBRIA
An MMC/SD/SDIO stack using CAM
[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         TCP_HHOOK               # hhook(9) framework for TCP
41 options         GEOM_PART_BSD           # BSD partition scheme
42 options         GEOM_PART_MBR           # MBR partition scheme
43 options         TMPFS                   # Efficient memory filesystem
44 options         FFS                     # Berkeley Fast Filesystem
45 options         SOFTUPDATES             # Enable FFS soft updates support
46 options         NFSCL                   # Network Filesystem Client
47 options         NFS_ROOT                # NFS usable as /, requires NFSCL
48 options         BOOTP
49 options         BOOTP_NFSROOT
50 options         BOOTP_NFSV3
51 options         BOOTP_WIRED_TO=npe0
52 options         BOOTP_COMPAT
53
54 # Hardware performance counters
55 options         HWPMC_HOOKS
56 device          hwpmc
57
58 #options        VERBOSE_SYSINIT
59 options         VERBOSE_INIT_ARM
60
61 #device         saarm
62
63 device          pci
64 device          uart
65
66 device          ixpwdog                 # watchdog timer
67
68 options         IXP4XX_FLASH_SIZE=0x02000000 # stock 2358 comes w/ 32M
69 device          cfi                     # flash support
70 device          cfid                    # flash disk support
71 device          geom_redboot            # redboot fis parser
72
73 # I2C Bus
74 device          iicbus
75 device          iicbb
76 device          iic
77
78 device          ixpiic                  # I2C bus glue
79 device          ds1672                  # DS1672 on I2C bus
80 device          ad7418                  # AD7418 on I2C bus
81
82 device          cambria_fled            # Font Panel LED on I2C bus
83 device          cambria_led             # 8-LED latch
84
85 device          gpio
86 device          gpioled
87 device          cambria_gpio            # GPIO pins on J11
88
89 device          ata
90 device          avila_ata               # Gateworks CF/IDE support
91
92 device          npe                     # Network Processing Engine
93 device          npe_fw
94 device          firmware
95 device          qmgr                    # Q Manager (required by npe)
96 device          mii                     # NB: required by npe
97 device          ether
98 device          bpf
99
100 device          loop
101 device          if_bridge
102
103 device          md
104 device          random                  # Entropy device
105
106 # Wireless NIC cards
107 device          wlan                    # 802.11 support
108 options         IEEE80211_DEBUG
109 options         IEEE80211_SUPPORT_TDMA
110 options         IEEE80211_SUPPORT_MESH
111 device          wlan_wep                # 802.11 WEP support
112 device          wlan_ccmp               # 802.11 CCMP support
113 device          wlan_tkip               # 802.11 TKIP support
114 device          wlan_xauth
115
116 device          ath                     # Atheros NICs
117 device          ath_pci                 # Atheros pci/cardbus glue
118 options         ATH_DEBUG
119 options         ATH_DIAGAPI
120 options         ATH_ENABLE_DFS
121 options         ATH_ENABLE_11N
122 #options        ATH_TX99_DIAG
123 device          ath_rate_sample         # SampleRate tx rate control for ath
124
125 options         AH_DEBUG
126 options         AH_PRIVATE_DIAG
127 options         AH_SUPPORT_AR5416       # NB: for 11n descriptor format
128 device          ath_hal
129
130 # NB: 2 USB 2.0 ports standard
131 device          usb
132 options         USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
133 device          ehci
134 device          umass
135 device          scbus                   # SCSI bus (required for ATA/SCSI)
136 device          da                      # Direct Access (disks)
137 device          pass                    # Passthrough device (direct ATA/SCSI access)
138
139 #device         ural
140 #device         zyd
141 #device         wlan_amrr