]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/RT1310
Merge ACPICA 20191018.
[FreeBSD/FreeBSD.git] / sys / arm / conf / RT1310
1 #
2 # Custom kernel for RT1310 boards.
3 #
4 # $FreeBSD$
5 #
6
7 ident           RT1310
8 include         "std.arm"
9 include         "../ralink/std.ralink"
10
11 # Flattened Device Tree
12 options         FDT
13 options         FDT_DTB_STATIC
14 makeoptions     FDT_DTS_FILE=wzr2-g300n.dts
15
16 makeoptions     MODULES_OVERRIDE=""
17
18 #makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
19
20 options         SCHED_4BSD              # 4BSD scheduler
21 options         INET                    # InterNETworking
22 options         FFS                     # Berkeley Fast Filesystem
23 options         TMPFS                   # Efficient memory filesystem
24 options         MSDOSFS
25
26 options         ROOTDEVNAME=\"cd9660:/dev/cfid0s.rootfs.uzip\"
27
28 options         SYSVSHM                 # SYSV-style shared memory
29 options         SYSVMSG                 # SYSV-style message queues
30 options         SYSVSEM                 # SYSV-style semaphores
31 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
32 options         MUTEX_NOINLINE
33 options         RWLOCK_NOINLINE
34 options         NO_FFS_SNAPSHOT
35 options         NO_SWAPPING
36
37 # Debugging
38 options         ALT_BREAK_TO_DEBUGGER
39 options         DDB
40 #options        DEADLKRES               # Enable the deadlock resolver
41 #options        DIAGNOSTIC
42 #options        INVARIANTS              # Enable calls of extra sanity checking
43 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
44 options         KDB
45 options         WITNESS                 # Enable checks to detect deadlocks and cycles
46 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
47 #options        WITNESS_KDB
48
49 # Pseudo devices
50 device          loop
51 device          md
52 device          pty
53
54 # Serial ports
55 device          uart
56 device          uart_ns8250
57
58 # Flash
59 device          cfi
60 device          cfid
61
62 # Networking
63 device          ether
64 device          mii
65 device          bpf
66 device          fv
67
68 # etherswitch
69 device          mdio
70 device          etherswitch
71 device          miiproxy
72 device          ip17x
73
74 # GPIO
75 device          gpio
76 device          gpioled
77 device          rt1310gpio
78