]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - sys/arm/conf/ARMADAXP
Copy stable/10@r272459 to releng/10.1 as part of
[FreeBSD/releng/10.1.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         TMPFS                   # Efficient memory filesystem
30 options         GEOM_PART_BSD           # BSD partition scheme
31 options         GEOM_PART_MBR           # MBR partition scheme
32 options         GEOM_PART_GPT
33 options         ROOTDEVNAME=\"ufs:/dev/da0p1\"
34
35 options         SYSVSHM                 # SYSV-style shared memory
36 options         SYSVMSG                 # SYSV-style message queues
37 options         SYSVSEM                 # SYSV-style semaphores
38 options         _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
39 options         MUTEX_NOINLINE
40 options         RWLOCK_NOINLINE
41 options         NO_FFS_SNAPSHOT
42 options         NO_SWAPPING
43 options         VFP
44
45 options         SMP
46
47 # Debugging
48 #options        VERBOSE_SYSINIT
49 options         ALT_BREAK_TO_DEBUGGER
50 options         DDB
51 options         GDB
52 #options        DIAGNOSTIC
53 #options        INVARIANTS              # Enable calls of extra sanity checking
54 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
55 options         KDB
56 options         KDB_TRACE
57 #options        KTR
58 #options        KTR_VERBOSE=0
59 #options        KTR_ENTRIES=16384
60 #options        KTR_MASK=(KTR_SPARE2)
61 #options        KTR_COMPILE=KTR_ALL
62 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
63 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
64 #options        WITNESS_KDB
65
66 # Pseudo devices
67 device          random
68 device          pty
69 device          loop
70 device          md
71
72 # USB
73 options         USB_DEBUG               # enable debug msgs
74 device          usb
75 device          ehci
76 device          umass
77 device          scbus
78 device          pass
79 device          da
80
81 # SATA
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 device          mge                     # Marvell Gigabit Ethernet controller
94 device          mii
95 device          e1000phy
96 device          bpf
97 options         HZ=1000
98 options         DEVICE_POLLING
99 device          vlan
100
101 #PCI/PCIE
102 device          pci
103
104 #FDT
105 options         FDT
106 options         FDT_DTB_STATIC
107 makeoptions     FDT_DTS_FILE=db78460.dts