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