]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ARMADAXP
Merge compiler-rt trunk r338150, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / arm / conf / ARMADAXP
1 #
2 # Custom kernel for Marvell Armada XP
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on Kernel Configuration Files:
6 #
7 #    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 # TODO: Port to INTRNG
22 #NO_UNIVERSE
23
24 ident           MV-88F78XX0
25
26 include         "std.armv7"
27 include         "../mv/armadaxp/std.mv78x60"
28
29 options         SOC_MV_ARMADAXP
30
31 makeoptions     WERROR="-Werror"
32
33 options         SCHED_ULE               # ULE scheduler
34 options         SMP                     # Enable multiple cores
35
36 # NFS root from boopt/dhcp
37 options         BOOTP
38 options         BOOTP_NFSROOT
39 options         BOOTP_NFSV3
40 options         BOOTP_WIRED_TO=mge0
41
42 options         ROOTDEVNAME=\"ufs:/dev/da0p1\"
43
44 options         MUTEX_NOINLINE
45 options         RWLOCK_NOINLINE
46 options         NO_FFS_SNAPSHOT
47 options         NO_SWAPPING
48
49 # Pseudo devices
50 device          random
51 device          pty
52 device          loop
53 device          md
54
55 # USB
56 device          usb
57 device          ehci
58 device          umass
59 device          scbus
60 device          pass
61 device          da
62
63 # SATA
64 device          mvs
65
66 # Serial ports
67 device          uart
68
69 # I2C (TWSI)
70 device          iic
71 device          iicbus
72 device          twsi
73
74 #Network
75 device          ether
76 device          mge                     # Marvell Gigabit Ethernet controller
77 device          mii
78 device          mdio
79 device          e1000phy
80 device          bpf
81 options         DEVICE_POLLING
82 device          vlan
83
84 #PCI/PCIE
85 device          pci
86
87 # Flattened Device Tree
88 options         FDT                     # Configure using FDT/DTB data
89 options         FDT_DTB_STATIC
90 makeoptions     FDT_DTS_FILE=db78460.dts
91
92 options         INTRNG
93
94 options         PLATFORM