]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/QILA9G20
Merge ^/projects/release-arm-redux into ^/head.
[FreeBSD/FreeBSD.git] / sys / arm / conf / QILA9G20
1 # Kernel configuration for Calao Syatems QIL-A9G20 development card
2 # http://www.calao-systems.com
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 #NO_UNIVERSE
22
23 ident           QILA9G20
24
25 include         "std.arm"
26 include         "../at91/std.qila9g20"
27
28 #To statically compile in device wiring instead of /boot/device.hints
29 hints           "QILA9G20.hints"
30 makeoptions     MODULES_OVERRIDE=""
31
32 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
33 options         DDB
34 options         KDB
35
36 options         SCHED_4BSD              # 4BSD scheduler
37 options         INET                    # InterNETworking
38 #options        INET6                   # IPv6 communications protocols
39 options         FFS                     # Berkeley Fast Filesystem
40 #options        SOFTUPDATES             # Enable FFS soft updates support
41 #options        UFS_ACL                 # Support for access control lists
42 #options        UFS_DIRHASH             # Improve performance on big directories
43 #options        MD_ROOT                 # MD is a potential root device
44 #options        MD_ROOT_SIZE=4096       # 4MB ram disk
45 options         NFSCL                   # Network Filesystem Client
46 #options        NFSD                    # Network Filesystem Server
47 #options        NFSLOCKD                # Network Lock Manager
48 #options        NFS_ROOT                # NFS usable as /, requires NFSCL
49 #options        BOOTP_NFSROOT
50 #options        BOOTP
51 #options        BOOTP_NFSV3
52 #options        BOOTP_WIRED_TO=ate0
53 #options        BOOTP_COMPAT
54
55 options         ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
56
57 options         ALT_BREAK_TO_DEBUGGER
58
59 options         GEOM_PART_BSD           # BSD partition scheme
60 options         GEOM_PART_MBR           # MBR partition scheme
61 options         TMPFS                   # Efficient memory filesystem
62 #options        MSDOSFS                 # MSDOS Filesystem
63 #options        CD9660                  # ISO 9660 Filesystem
64 #options        PROCFS                  # Process filesystem (requires PSEUDOFS)
65 #options        PSEUDOFS                # Pseudo-filesystem framework
66 #options        SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
67 #options        KTRACE                  # ktrace(1) support
68 options         SYSVSHM                 # SYSV-style shared memory
69 options         SYSVMSG                 # SYSV-style message queues
70 options         SYSVSEM                 # SYSV-style semaphores
71 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
72 options         MUTEX_NOINLINE
73 options         RWLOCK_NOINLINE
74 options         NO_FFS_SNAPSHOT
75 options         NO_SWAPPING
76
77 # Debugging for use in -current
78 #options        INVARIANTS              # Enable calls of extra sanity checking
79 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
80 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
81 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
82 #options        DIAGNOSTIC
83
84 device          random
85 device          loop
86 device          bpf
87 device          ether
88 device          md
89
90 device          uart                    # Serial Ports
91
92 # Ethernet
93 device          ate                     # Ethernet Driver       
94 device          mii
95 option          AT91_ATE_USE_RMII
96
97 device          at91_twi                # TWI: Two Wire Interface (EEPROM)
98 device          at91_wdt                # WDT: Watchdog timer
99
100 # NOTE: SPI DataFlash and mci/mmc/mmcsd have hardware
101 #       confilict on this card. Use one or the other.
102 #       see board_sam9g20ek.c
103
104 # SPI: Data Flash
105 #device         at91_spi                # SPI:
106 #device         spibus
107 #device         at45d                   # at45db642 and maybe others
108
109 # MMC/SD
110 device          at91_mci
111 device          mmc
112 device          mmcsd
113 option          AT91_MCI_HAS_4WIRE
114
115 # iic
116 device          iic
117 device          iicbus
118 device          icee
119
120 # SCSI peripherals
121 device          scbus                   # SCSI bus (required for ATA/SCSI)
122 device          da                      # Direct Access (disks)
123 device          cd                      # CD
124 device          pass                    # Passthrough device (direct ATA/SCSI access)
125
126 # USB support
127 device          ohci                    # OHCI localbus->USB interface
128 device          usb                     # USB Bus (required)
129 device          umass                   # Disks/Mass storage - Requires scbus and da
130 device          uhid                    # "Human Interface Devices"
131 #device         ulpt                    # Printer
132 #device         udbp                    # USB Double Bulk Pipe devices
133
134 # USB Ethernet, requires miibus
135 device          miibus
136 #device         aue                     # ADMtek USB Ethernet
137 #device         axe                     # ASIX Electronics USB Ethernet
138 #device         cdce                    # Generic USB over Ethernet
139 #device         cue                     # CATC USB Ethernet
140 #device         kue                     # Kawasaki LSI USB Ethernet
141 #device         rue                     # RealTek RTL8150 USB Ethernet
142 device          udav                    # Davicom DM9601E USB
143
144 # USB Wireless
145 #device         rum                     # Ralink Technology RT2501USB wireless NICs
146 #device         uath                    # Atheros AR5523 wireless NICs
147 #device         ural                    # Ralink Technology RT2500USB wireless NICs
148 #device         zyd                     # ZyDAS zd1211/zd1211b wireless NICs
149
150 # Wireless NIC cards
151 #device         wlan                    # 802.11 support
152 #device         wlan_wep                # 802.11 WEP support
153 #device         wlan_ccmp               # 802.11 CCMP support
154 #device         wlan_tkip               # 802.11 TKIP support
155 #device         wlan_amrr               # AMRR transmit rate control algorithm
156