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