]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/arm/conf/AC100
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         GEOM_PART_GPT
29 options         ROOTDEVNAME=\"ufs:/dev/da0p1\"
30
31 options         SYSVSHM                 #SYSV-style shared memory
32 options         SYSVMSG                 #SYSV-style message queues
33 options         SYSVSEM                 #SYSV-style semaphores
34 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
35 options         MUTEX_NOINLINE
36 options         RWLOCK_NOINLINE
37 options         NO_FFS_SNAPSHOT
38 options         NO_SWAPPING
39
40 #options        SMP
41
42 # Debugging
43 options         VERBOSE_SYSINIT
44 #options        ALT_BREAK_TO_DEBUGGER
45 options         DDB
46 options         GDB
47 options         DIAGNOSTIC
48 options         INVARIANTS              #Enable calls of extra sanity checking
49 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
50 options         KDB
51 options         KDB_TRACE
52 #options        KTR
53 #options        KTR_VERBOSE=0
54 #options        KTR_ENTRIES=16384
55 #options        KTR_MASK=(KTR_SPARE2)
56 #options        KTR_COMPILE=KTR_ALL
57 options         WITNESS                 #Enable checks to detect deadlocks and cycles
58 options         WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
59 #options        WITNESS_KDB
60 options         MUTEX_DEBUG
61
62 # Pseudo devices
63 device          random
64 device          pty
65 device          loop
66 device          md
67
68 # USB
69 #options        USB_DEBUG               # enable debug msgs
70 #device         usb
71 #device         ehci
72 #device         umass
73 #device         scbus
74 #device         pass
75 #device         da
76
77 # SATA
78 #device         ata
79 #device         mvs
80
81 # Serial ports
82 device          uart
83
84 # I2C (TWSI)
85 #device         iic
86 #device         iicbus
87
88 #Network
89 device          ether
90
91 #FDT
92 options         FDT
93 options         FDT_DTB_STATIC
94 makeoptions     FDT_DTS_FILE=tegra20-paz00.dts
95