]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/arm/conf/VYBRID.common
MFC 265208: Honor the max-frequency property if it appears in the fdt data.
[FreeBSD/stable/10.git] / sys / arm / conf / VYBRID.common
1 # Kernel configuration for Vybrid Family boards.
2 #
3 # For more information on this file, please read the config(5) manual page,
4 # and/or the handbook section on Kernel Configuration Files:
5 #
6 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7 #
8 # The handbook is also available locally in /usr/share/doc/handbook
9 # if you've installed the doc distribution, otherwise always see the
10 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11 # latest information.
12 #
13 # An exhaustive list of options and more detailed explanations of the
14 # device lines is also present in the ../../conf/NOTES and NOTES files.
15 # If you are in doubt as to the purpose or necessity of a line, check first
16 # in NOTES.
17 #
18 # $FreeBSD$
19
20 include         "../freescale/vybrid/std.vybrid"
21
22 makeoptions     MODULES_OVERRIDE=""
23 makeoptions     WITHOUT_MODULES="ahc"
24
25 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
26 makeoptions     WERROR="-Werror"
27
28 options         HZ=100
29 options         SCHED_4BSD              # 4BSD scheduler
30 options         INET                    # InterNETworking
31 options         INET6                   # IPv6 communications protocols
32 options         FFS                     # Berkeley Fast Filesystem
33 options         SOFTUPDATES
34 options         UFS_ACL                 # Support for access control lists
35 options         UFS_DIRHASH             # Improve performance on big directories
36 options         GEOM_PART_BSD           # BSD partition scheme
37 options         GEOM_PART_MBR           # MBR partition scheme
38 options         TMPFS                   # Efficient memory filesystem
39 options         MSDOSFS                 # MSDOS Filesystem
40 options         CD9660                  # ISO 9660 Filesystem
41 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
42 options         PSEUDOFS                # Pseudo-filesystem framework
43 #options        NANDFS                  # NAND Filesystem
44 options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!]
45 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
46 options         KTRACE
47 options         SYSVSHM                 # SYSV-style shared memory
48 options         SYSVMSG                 # SYSV-style message queues
49 options         SYSVSEM                 # SYSV-style semaphores
50 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
51 options         KBD_INSTALL_CDEV
52 options         PREEMPTION
53 options         FREEBSD_BOOT_LOADER
54 options         MUTEX_NOINLINE
55 options         RWLOCK_NOINLINE
56 options         NO_FFS_SNAPSHOT
57 options         NO_SWAPPING
58 options         VFP                     # vfp/neon
59
60 # Debugging
61 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
62 options         BREAK_TO_DEBUGGER
63 #options        VERBOSE_SYSINIT         # Enable verbose sysinit messages
64 options         KDB
65 options         DDB                     # Enable the kernel debugger
66 #options        INVARIANTS              # Enable calls of extra sanity checking
67 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
68 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
69 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
70 #options        DIAGNOSTIC
71
72 # NFS support
73 options         NFSCL                   # Network Filesystem Client
74 options         NFSLOCKD                # Network Lock Manager
75 options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
76
77 # Uncomment this for NFS root
78 #options        NFS_ROOT                # NFS usable as /, requires NFSCL
79 #options        BOOTP_NFSROOT
80 #options        BOOTP_COMPAT
81 #options        BOOTP
82 #options        BOOTP_NFSV3
83 #options        BOOTP_WIRED_TO=ffec0
84
85 device          mmc                     # mmc/sd bus
86 device          mmcsd                   # mmc/sd flash cards
87 device          sdhci                   # generic sdhci
88
89 #options        ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/cosmic\"
90 #options        ROOTDEVNAME=\"nandfs:/dev/gnand0s.root\"
91 options         ROOTDEVNAME=\"ufs:/dev/da0\"
92
93 #options        SMP
94
95 # Pseudo devices
96
97 device          loop
98 device          random
99 device          pty
100 device          md
101 device          gpio
102
103 # USB support
104 options         USB_HOST_ALIGN=32       # Align usb buffers to cache line size.
105 device          usb
106 options         USB_DEBUG
107 #options        USB_REQ_DEBUG
108 #options        USB_VERBOSE
109 #device         musb
110 device          ehci
111 #device         ohci
112
113 device          umass
114 device          scbus                   # SCSI bus (required for SCSI)
115 device          da                      # Direct Access (disks)
116 device          pass
117
118 # SATA
119 #device         ata
120 #device         atadisk
121 #device         mvs
122
123 device          nand
124
125 # Serial ports
126 device          uart
127
128 # I2C (TWSI)
129 device          iic
130 device          iicbus
131
132 # Ethernet
133 device          ether
134 device          ffec
135
136 # USB ethernet support, requires miibus
137 device          miibus
138 device          axe                     # ASIX Electronics USB Ethernet
139 device          bpf                     # Berkeley packet filter
140
141 device          sound
142
143 # Framebuffer
144 device          vt
145 device          kbdmux
146 options         SC_DFLT_FONT            # compile font in
147 makeoptions     SC_DFLT_FONT=cp437
148 device          ukbd