]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/arm/conf/ARMADAXP
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / arm / conf / ARMADAXP
1 #
2 # Custom kernel for Marvell Armada XP
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on 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           MV-88F78XX0
22 include         "../mv/armadaxp/std.mv78x60"
23
24 options         SOC_MV_ARMADAXP
25
26 makeoptions     WERROR="-Werror"
27
28 options         HZ=1000
29 #options        SCHED_ULE               # ULE scheduler
30 options         SCHED_ULE               # ULE scheduler
31 options         PREEMPTION              # Enable kernel thread preemption
32 options         INET                    # InterNETworking
33 options         INET6                   # IPv6 communications protocols
34 options         SCTP                    # Stream Control Transmission Protocol
35 options         FFS                     # Berkeley Fast Filesystem
36 options         SOFTUPDATES             # Enable FFS soft updates support
37 options         UFS_ACL                 # Support for access control lists
38 options         UFS_DIRHASH             # Improve performance on big directories
39 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
40 options         QUOTA                   # Enable disk quotas for UFS
41 options         NFSCL                   # New Network Filesystem Client
42 options         NFSLOCKD                # Network Lock Manager
43 options         NFS_ROOT                # NFS usable as /, requires NFSCL
44 options         MSDOSFS                 # MSDOS Filesystem
45 options         CD9660                  # ISO 9660 Filesystem
46 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
47 options         PSEUDOFS                # Pseudo-filesystem framework
48 options         TMPFS                   # Efficient memory filesystem
49 options         GEOM_PART_GPT           # GUID Partition Tables
50 options         GEOM_PART_BSD           # BSD partition scheme
51 options         GEOM_PART_MBR           # MBR partition scheme
52 options         KTRACE                  # ktrace(1) support
53 options         SYSVSHM                 # SYSV-style shared memory
54 options         SYSVMSG                 # SYSV-style message queues
55 options         SYSVSEM                 # SYSV-style semaphores
56 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
57 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
58 options         VFP                     # Enable floating point hardware support
59 options         SMP                     # Enable multiple cores
60
61 # Debugging for use in -current
62 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
63 #options        VERBOSE_SYSINIT         # Enable verbose sysinit messages
64 options         ALT_BREAK_TO_DEBUGGER
65 options         KDB                     # Enable kernel debugger support
66 # For minimum debugger support (stable branch) use:
67 options         KDB_TRACE               # Print a stack trace for a panic
68 # For full debugger support use this instead:
69 options         DDB                     # Enable the kernel debugger
70 options         GDB
71 #options        INVARIANTS              # Enable calls of extra sanity checking
72 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
73 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
74 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
75 #options        WITNESS_KDB
76 #options        DIAGNOSTIC
77 #options        KTR
78 #options        KTR_VERBOSE=0
79 #options        KTR_ENTRIES=16384
80 #options        KTR_MASK=(KTR_SPARE2)
81 #options        KTR_COMPILE=KTR_ALL
82
83 # NFS root from boopt/dhcp
84 options         BOOTP
85 options         BOOTP_NFSROOT
86 options         BOOTP_NFSV3
87 options         BOOTP_WIRED_TO=mge0
88
89 options         ROOTDEVNAME=\"ufs:/dev/da0p1\"
90
91 options         MUTEX_NOINLINE
92 options         RWLOCK_NOINLINE
93 options         NO_FFS_SNAPSHOT
94 options         NO_SWAPPING
95
96 # Pseudo devices
97 device          random
98 device          pty
99 device          loop
100 device          md
101
102 # USB
103 options         USB_DEBUG               # enable debug msgs
104 device          usb
105 device          ehci
106 device          umass
107 device          scbus
108 device          pass
109 device          da
110
111 # SATA
112 device          mvs
113
114 # Serial ports
115 device          uart
116
117 # I2C (TWSI)
118 device          iic
119 device          iicbus
120
121 #Network
122 device          ether
123 device          mge                     # Marvell Gigabit Ethernet controller
124 device          mii
125 device          e1000phy
126 device          bpf
127 options         DEVICE_POLLING
128 device          vlan
129
130 #PCI/PCIE
131 device          pci
132
133 # Flattened Device Tree
134 options         FDT                     # Configure using FDT/DTB data
135 options         FDT_DTB_STATIC
136 makeoptions     FDT_DTS_FILE=db78460.dts