]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/std.MALTA
Merge llvm trunk r321414 to contrib/llvm.
[FreeBSD/FreeBSD.git] / sys / mips / conf / std.MALTA
1 # MALTA_COMMON -- Common kernel config options for MALTA boards
2 #
3 # $FreeBSD$
4
5 options         YAMON
6
7 # Don't build any modules yet.
8 makeoptions     MODULES_OVERRIDE=""
9
10 options         TICK_USE_YAMON_FREQ=defined
11 #options        TICK_USE_MALTA_RTC=defined
12
13 include         "../malta/std.malta"
14
15 hints           "MALTA.hints"           #Default places to look for devices.
16
17 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
18
19 options         DDB
20 options         KDB
21
22 options         SCHED_4BSD              #4BSD scheduler
23 options         INET                    #InterNETworking
24 options         TCP_HHOOK               # hhook(9) framework for TCP
25 options         NFSCL                   #Network Filesystem Client
26 options         NFS_ROOT                #NFS usable as /, requires NFSCL
27 options         PSEUDOFS                #Pseudo-filesystem framework
28 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
29 options         CAPABILITY_MODE         # Capsicum capability mode
30 options         CAPABILITIES            # Capsicum capabilities
31
32 options         TMPFS                   #Efficient memory filesystem
33
34 options         FFS                     #Berkeley Fast Filesystem
35 options         SOFTUPDATES             #Enable FFS soft updates support
36 options         UFS_ACL                 #Support for access control lists
37 options         UFS_DIRHASH             #Improve performance on big directories
38 options         ROOTDEVNAME=\"ufs:ada0\"
39
40 options         GEOM_LABEL              # Provides labelization
41 options         GEOM_PART_GPT           # GUID Partition Tables.
42 options         GEOM_RAID               # Soft RAID functionality.
43
44 # Debugging for use in -current
45 #options        DEADLKRES               #Enable the deadlock resolver
46 options         INVARIANTS              #Enable calls of extra sanity checking
47 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
48 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
49 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
50
51 device          loop
52 device          ether
53 device          le
54 device          miibus
55 device          bpf
56 device          md
57 device          uart
58 device          random