]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/std.XLP
MFC r344479 (by sobomax), r344605:
[FreeBSD/FreeBSD.git] / sys / mips / conf / std.XLP
1 # $FreeBSD$
2
3 include         "../nlm/std.xlp"
4 makeoptions     MODULES_OVERRIDE=""
5 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
6 #profile        2
7
8 hints           "XLP.hints"
9
10 options         SCHED_ULE               # ULE scheduler
11 #options        VERBOSE_SYSINIT
12 #options        SCHED_4BSD              # 4BSD scheduler
13 options         SMP
14 options         PREEMPTION              # Enable kernel thread preemption
15 #options        FULL_PREEMPTION         # Enable kernel thread preemption
16 options         INET                    # InterNETworking
17 options         INET6                   # IPv6 communications protocols
18 options         FFS                     # Berkeley Fast Filesystem
19 #options        SOFTUPDATES             # Enable FFS soft updates support
20 options         UFS_ACL                 # Support for access control lists
21 options         UFS_DIRHASH             # Improve performance on big directories
22 options         NFSCL
23 options         NFS_ROOT
24 options         MSDOSFS                 #MSDOS Filesystem
25 #
26 #options        BOOTP
27 #options        BOOTP_NFSROOT
28 #options        BOOTP_NFSV3
29 #options        BOOTP_WIRED_TO=nlge0
30 #options        BOOTP_COMPAT
31 #options        ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
32
33 options         MD_ROOT                 # MD is a potential root device
34 options         MD_ROOT_SIZE=132000
35 options         ROOTDEVNAME=\"ufs:md0\"
36 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
37 options         HZ=1000 
38 options         NO_SWAPPING
39
40 # Debugging options
41 options         KTRACE                  # ktrace(1) support
42 options         DDB
43 options         KDB
44 options         GDB
45 options         BREAK_TO_DEBUGGER
46 options         ALT_BREAK_TO_DEBUGGER
47 #options        DEADLKRES               # Enable the deadlock resolver
48 #options        INVARIANTS
49 #options        INVARIANT_SUPPORT
50 #options        WITNESS                 # Detect deadlocks and cycles
51 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
52 #options        KTR                     # ktr(4) and ktrdump(8) support
53 #options        KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
54 #options        KTR_ENTRIES=131072
55 #options        LOCK_DEBUG
56 #options        LOCK_PROFILING
57
58 device          xz
59 options         GEOM_UZIP
60
61 # Device tree
62 options         FDT
63 options         FDT_DTB_STATIC
64 makeoptions     FDT_DTS_FILE=xlp-basic.dts
65
66 # Pseudo
67 device          loop
68 device          random
69 device          md
70 device          bpf
71
72 # Network
73 device          miibus
74 device          ether
75 device          xlpge
76 #device         re
77 device          msk
78 device          em
79
80 # Disks
81 device          siis
82 device          da
83 device          scbus
84 #device         ata
85
86 # USB
87 device          usb                     # USB Bus (required)
88 device          ehci                    # EHCI PCI->USB interface (USB 2.0)
89 #options        USB_DEBUG               # enable debug msgs
90 #device         ugen                    # Generic
91 #device         uhid                    # "Human Interface Devices"
92 device          umass                   # Requires scbus and da
93
94 # i2c driver and devices
95 device          iic
96 device          iicbus
97 device          iicoc
98 device          ds13rtc                 # RTC on XLP boards
99
100 # Crypto
101 device          crypto
102 device          cryptodev
103 device          nlmsec
104 device          nlmrsa
105
106 # Options that use crypto
107 options         IPSEC
108 options         GEOM_ELI
109
110 # NOR
111 device          cfi
112 device          cfid
113
114 # MMC/SD
115 device          mmc                     # MMC/SD bus
116 device          mmcsd                   # MMC/SD memory card
117 device          sdhci                   # Generic PCI SD Host Controller