]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/RT1310
sys: Remove DEV_RANDOM device option
[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 makeoptions     WERROR="-Werror"
20
21 options         SCHED_4BSD              # 4BSD scheduler
22 options         INET                    # InterNETworking
23 options         FFS                     # Berkeley Fast Filesystem
24 options         TMPFS                   # Efficient memory filesystem
25 options         MSDOSFS
26
27 options         ROOTDEVNAME=\"cd9660:/dev/cfid0s.rootfs.uzip\"
28
29 options         SYSVSHM                 # SYSV-style shared memory
30 options         SYSVMSG                 # SYSV-style message queues
31 options         SYSVSEM                 # SYSV-style semaphores
32 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
33 options         MUTEX_NOINLINE
34 options         RWLOCK_NOINLINE
35 options         NO_FFS_SNAPSHOT
36 options         NO_SWAPPING
37
38 # Debugging
39 options         ALT_BREAK_TO_DEBUGGER
40 options         DDB
41 #options        DEADLKRES               # Enable the deadlock resolver
42 #options        DIAGNOSTIC
43 #options        INVARIANTS              # Enable calls of extra sanity checking
44 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
45 options         KDB
46 options         WITNESS                 # Enable checks to detect deadlocks and cycles
47 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
48 #options        WITNESS_KDB
49
50 # Pseudo devices
51 device          loop
52 device          md
53 device          pty
54
55 # Serial ports
56 device          uart
57 device          uart_ns8250
58
59 # Flash
60 device          cfi
61 device          cfid
62
63 # Networking
64 device          ether
65 device          mii
66 device          bpf
67 device          fv
68
69 # etherswitch
70 device          mdio
71 device          etherswitch
72 device          miiproxy
73 device          ip17x
74
75 # GPIO
76 device          gpio
77 device          gpioled
78 device          rt1310gpio
79