]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ARMADAXP
MFV r245512:
[FreeBSD/FreeBSD.git] / sys / arm / conf / ARMADAXP
1 #
2 # Custom kernel for Marvell Armada XP
3 #
4 # $FreeBSD$
5 #
6
7 ident           MV-88F78XX0
8 include         "../mv/armadaxp/std.mv78x60"
9
10 options         SOC_MV_ARMADAXP
11 makeoptions     MODULES_OVERRIDE=""
12
13 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
14 makeoptions     WERROR="-Werror"
15
16 #options        SCHED_ULE               #ULE scheduler
17 options         SCHED_4BSD              #4BSD scheduler
18 options         INET                    #InterNETworking
19 options         INET6                   #IPv6 communications protocols
20 options         FFS                     #Berkeley Fast Filesystem
21 options         NFSCL                   #Network Filesystem Client
22 options         NFSLOCKD                #Network Lock Manager
23 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
24 options         BOOTP
25 options         BOOTP_NFSROOT
26 options         BOOTP_NFSV3
27 options         BOOTP_WIRED_TO=mge0
28
29 options         GEOM_PART_GPT
30 options         ROOTDEVNAME=\"ufs:/dev/da0p1\"
31
32 options         SYSVSHM                 #SYSV-style shared memory
33 options         SYSVMSG                 #SYSV-style message queues
34 options         SYSVSEM                 #SYSV-style semaphores
35 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
36 options         MUTEX_NOINLINE
37 options         RWLOCK_NOINLINE
38 options         NO_FFS_SNAPSHOT
39 options         NO_SWAPPING
40
41 options         SMP
42
43 # Debugging
44 #options        VERBOSE_SYSINIT
45 options         ALT_BREAK_TO_DEBUGGER
46 options         DDB
47 options         GDB
48 #options        DIAGNOSTIC
49 #options        INVARIANTS              #Enable calls of extra sanity checking
50 #options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
51 options         KDB
52 options         KDB_TRACE
53 #options        KTR
54 #options        KTR_VERBOSE=0
55 #options        KTR_ENTRIES=16384
56 #options        KTR_MASK=(KTR_SPARE2)
57 #options        KTR_COMPILE=KTR_ALL
58 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
59 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
60 #options        WITNESS_KDB
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          atadisk
80 #device         mvs
81
82 # Serial ports
83 device          uart
84
85 # I2C (TWSI)
86 device          iic
87 device          iicbus
88
89 #Network
90 device          ether
91 device          mge                     # Marvell Gigabit Ethernet controller
92 device          mii
93 device          e1000phy
94 device          bpf
95 options         HZ=1000
96 options         DEVICE_POLLING
97 device          vlan
98
99 #PCI/PCIE
100 device          pci
101
102 #FDT
103 options         FDT
104 options         FDT_DTB_STATIC
105 makeoptions     FDT_DTS_FILE=db78460.dts