]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/SAM9G20EK
Update ELF Tool Chain to upstream r3520
[FreeBSD/FreeBSD.git] / sys / arm / conf / SAM9G20EK
1 # Kernel configuration for Atmel AT91SAM9G20EK Rev B. development card
2 # Many after-market boards follow its conventions.
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           SAM9G20EK
22
23 include         "std.arm"
24 include         "../at91/std.sam9g20ek"
25
26 #options                FDT
27 #options        FDT_DTB_STATIC
28 #makeoptions    FDT_DTS_FILE=at91sam9g20ek.dts
29
30 options         EARLY_PRINTF
31 options         SOCDEV_PA=0xfc000000
32 options         SOCDEV_VA=0xdc000000
33
34 #To statically compile in device wiring instead of /boot/device.hints
35 hints           "SAM9G20EK.hints"
36 makeoptions     MODULES_OVERRIDE=""
37
38 options         SCHED_4BSD              # 4BSD scheduler
39 options         INET                    # InterNETworking
40 #options        INET6                   # IPv6 communications protocols
41 options         TCP_HHOOK               # hhook(9) framework for TCP
42 options         TMPFS                   # Efficient memory filesystem
43 options         FFS                     # Berkeley Fast Filesystem
44 #options        SOFTUPDATES             # Enable FFS soft updates support
45 #options        UFS_ACL                 # Support for access control lists
46 #options        UFS_DIRHASH             # Improve performance on big directories
47 #options        MD_ROOT                 # MD is a potential root device
48 #options        MD_ROOT_SIZE=4096       # 4MB ram disk
49 options         NANDFS                  # NAND file system
50 options         NFSCL                   # Network Filesystem Client
51 options         NFSD                    # Network Filesystem Server
52 options         NFSLOCKD                # Network Lock Manager
53 #options        NFS_ROOT                # NFS usable as /, requires NFSCL
54 #options        MSDOSFS                 # MSDOS Filesystem
55 #options        CD9660                  # ISO 9660 Filesystem
56 #options        PROCFS                  # Process filesystem (requires PSEUDOFS)
57 #options        PSEUDOFS                # Pseudo-filesystem framework
58 options         GEOM_PART_BSD           # BSD partition scheme
59 options         GEOM_PART_MBR           # MBR partition scheme
60 #options        SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
61 #options        KTRACE                  # ktrace(1) support
62 options         SYSVSHM                 # SYSV-style shared memory
63 options         SYSVMSG                 # SYSV-style message queues
64 options         SYSVSEM                 # SYSV-style semaphores
65 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
66
67 # NFS root from boopt/dhcp
68 #options        BOOTP
69 #options        BOOTP_NFSROOT
70 #options        BOOTP_COMPAT
71 #options        BOOTP_NFSV3
72 #options        BOOTP_WIRED_TO=ate0
73
74 # s3 because s1 is reserved for the DOS parittions sometimes needed to
75 # boot off SD cards on the G20 and newer chips. s2 is reserved for
76 # nanobsd's config partition. s3 and s4 are for the ping-pong upgrade
77 # path.
78 options         ROOTDEVNAME=\"ufs:/dev/mmcsd0s3a\"
79
80 # kernel/memory size reduction
81 options         MUTEX_NOINLINE
82 options         NO_FFS_SNAPSHOT
83 options         NO_SWAPPING
84 options         NO_SYSCTL_DESCR
85 options         RWLOCK_NOINLINE
86
87 # The `bpf' device enables the Berkeley Packet Filter.
88 # Be aware of the administrative consequences of enabling this!
89 # Note that 'bpf' is required for DHCP.
90 device          bpf                     # Berkeley packet filter
91
92 # Ethernet
93 device          mii                     # Minimal MII support
94 #device         ate                     # Atmel AT91 Ethernet driver
95 #options        AT91_ATE_USE_RMII
96 device          macb                    # Atmel AT91 Ethernet driver
97 options         AT91_MACB_USE_RMII
98
99 # I2C
100 device          at91_twi                # Atmel AT91 Two-wire Interface
101 device          iic                     # I2C generic I/O device driver
102 device          iicbus                  # I2C bus system
103 device          icee
104
105 # MMC/SD
106 device          at91_mci                # Atmel AT91 Multimedia Card Interface
107 options         AT91_MCI_HAS_4WIRE
108 options         AT91_MCI_SLOT_B
109 device          mmc                     # MMC/SD bus
110 device          mmcsd                   # MMC/SD memory card
111
112 # DataFlash
113 # NOTE: SPI DataFlash and mci/mmc/mmcsd have hardware
114 #       confilict on this card. Use one or the other.
115 #       see board_sam9g20ek.c
116 #device         at91_spi                # Atmel AT91 Serial Peripheral Interface
117 #device         spibus                  # SPI bus
118 #device         at45d                   # at45db642 and maybe others
119
120 # Pseudo devices.
121 device          loop                    # Network loopback
122 device          random                  # Entropy device
123 device          ether                   # Ethernet support
124 device          md                      # Memory "disks"
125
126 # SCSI peripherals
127 device          scbus                   # SCSI bus (required for ATA/SCSI)
128 device          da                      # Direct Access (disks)
129 device          cd                      # CD
130 device          pass                    # Passthrough device (direct ATA/SCSI access)
131
132 # Serial (COM) ports
133 device          uart                    # Multi-uart driver
134
135 # USB support
136 device          ohci                    # OHCI USB interface
137 device          usb                     # USB Bus (required)
138 device          umass                   # Disks/Mass storage - Requires scbus and da
139 device          uhid                    # "Human Interface Devices"
140 #device         ulpt                    # Printer
141 #device         udbp                    # USB Double Bulk Pipe devices
142
143 # USB Ethernet, requires miibus
144 #device         miibus
145 #device         aue                     # ADMtek USB Ethernet
146 #device         axe                     # ASIX Electronics USB Ethernet
147 #device         cdce                    # Generic USB over Ethernet
148 #device         cue                     # CATC USB Ethernet
149 #device         kue                     # Kawasaki LSI USB Ethernet
150 #device         rue                     # RealTek RTL8150 USB Ethernet
151 #device         udav                    # Davicom DM9601E USB
152
153 # USB Wireless
154 #device         rum                     # Ralink Technology RT2501USB wireless NICs
155 #device         uath                    # Atheros AR5523 wireless NICs
156 #device         ural                    # Ralink Technology RT2500USB wireless NICs
157 #device         zyd                     # ZyDAS zd1211/zd1211b wireless NICs
158
159 # Wireless NIC cards
160 #device         wlan                    # 802.11 support
161 #device         wlan_wep                # 802.11 WEP support
162 #device         wlan_ccmp               # 802.11 CCMP support
163 #device         wlan_tkip               # 802.11 TKIP support
164 #device         wlan_amrr               # AMRR transmit rate control algorithm
165
166 # watchdog
167 device          at91_wdt                # Atmel AT91 Watchdog Timer
168
169 # NAND Flash - Reference design has Samsung 256MB but others possible
170 device          nand                    # NAND interface on CS3