]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/arm/conf/AC100
MFC 263301
[FreeBSD/stable/10.git] / sys / arm / conf / AC100
1 #
2 # Custom kernel for Toshiba AC100
3 #
4 # $FreeBSD$
5 #
6
7 ident           AC100
8 include         "../tegra/std.tegra2"
9
10 makeoptions     MODULES_OVERRIDE=""
11
12 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
13 makeoptions     WERROR="-Werror"
14
15 #options        SCHED_ULE               # ULE scheduler
16 options         SCHED_4BSD              # 4BSD scheduler
17 options         INET                    # InterNETworking
18 #options        INET6                   # IPv6 communications protocols
19 options         FFS                     # Berkeley Fast Filesystem
20 #options        NFSCL                   # Network Filesystem Client
21 #options        NFSLOCKD                # Network Lock Manager
22 #options        NFS_ROOT                # NFS usable as /, requires NFSCLIENT
23 #options        BOOTP
24 #options        BOOTP_NFSROOT
25 #options        BOOTP_NFSV3
26 #options        BOOTP_WIRED_TO=mge0
27
28 options         TMPFS                   # Efficient memory filesystem
29 options         GEOM_PART_BSD           # BSD partition scheme
30 options         GEOM_PART_MBR           # MBR partition scheme
31 options         GEOM_PART_GPT
32 options         ROOTDEVNAME=\"ufs:/dev/da0p1\"
33
34 options         SYSVSHM                 # SYSV-style shared memory
35 options         SYSVMSG                 # SYSV-style message queues
36 options         SYSVSEM                 # SYSV-style semaphores
37 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
38 options         MUTEX_NOINLINE
39 options         RWLOCK_NOINLINE
40 options         NO_FFS_SNAPSHOT
41 options         NO_SWAPPING
42
43 #options        SMP
44
45 # Debugging
46 options         VERBOSE_SYSINIT
47 #options        ALT_BREAK_TO_DEBUGGER
48 options         DDB
49 options         GDB
50 options         DIAGNOSTIC
51 options         INVARIANTS              # Enable calls of extra sanity checking
52 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
53 options         KDB
54 options         KDB_TRACE
55 #options        KTR
56 #options        KTR_VERBOSE=0
57 #options        KTR_ENTRIES=16384
58 #options        KTR_MASK=(KTR_SPARE2)
59 #options        KTR_COMPILE=KTR_ALL
60 options         WITNESS                 # Enable checks to detect deadlocks and cycles
61 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
62 #options        WITNESS_KDB
63 options         MUTEX_DEBUG
64
65 # Pseudo devices
66 device          random
67 device          pty
68 device          loop
69 device          md
70
71 # USB
72 #options        USB_DEBUG               # enable debug msgs
73 #device         usb
74 #device         ehci
75 #device         umass
76 #device         scbus
77 #device         pass
78 #device         da
79
80 # SATA
81 #device         ata
82 #device         mvs
83
84 # Serial ports
85 device          uart
86
87 # I2C (TWSI)
88 #device         iic
89 #device         iicbus
90
91 #Network
92 device          ether
93
94 #FDT
95 options         FDT
96 options         FDT_DTB_STATIC
97 makeoptions     FDT_DTS_FILE=tegra20-paz00.dts
98