]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ARMADA38X
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306325, and update
[FreeBSD/FreeBSD.git] / sys / arm / conf / ARMADA38X
1 #
2 # Kernel configuration for Marvell Armada38x
3 #
4 # $FreeBSD$
5 #
6
7 include         "../mv/armada38x/std.armada38x"
8 include         "std.armv6"
9
10 ident   ARMADA38X
11
12 options         SOC_MV_ARMADA38X
13
14 makeoptions     WERROR="-Werror"
15 makeoptions     MODULES_EXTRA="dtb/mv"
16
17 options         MD_ROOT
18 #makeoptions    MFS_IMAGE=/path/to/miniroot
19 #options        ROOTDEVNAME=\"ufs:md0\"
20 options         ROOTDEVNAME=\"/dev/da0s1a\"
21
22 options         SCHED_ULE               # ULE scheduler
23 options         SMP
24
25 options         VM_KMEM_SIZE_MAX=0x9CCD000
26
27 # Pseudo devices
28 device          random
29 device          pty
30 device          loop
31 device          md
32
33 # Serial ports
34 device          uart
35 device          uart_snps
36
37 # Network
38 device          ether
39 device          vlan
40 device          mii
41 device          bpf
42 device          re
43 device          mdio
44 device          etherswitch
45 device          e6000sw
46 device          neta
47
48 # PCI
49 device          pci
50
51 # Interrupt controllers
52 device          gic
53 options         INTRNG
54
55 # Timers
56 device          mpcore_timer
57
58 # USB
59 device          usb
60 device          ehci
61 device          xhci
62 device          umass
63 device          scbus
64 device          pass
65 device          da
66
67 # MMC/SD/SDIO Card slot support
68 device          mmc                     # mmc/sd bus
69 device          mmcsd                   # mmc/sd flash cards
70 device          sdhci                   # mmc/sd host controller
71
72 # SATA
73 device          ahci
74
75 # I2C
76 device          iic
77 device          iicbus
78 device          twsi
79
80 # Wireless NIC cards
81 device          wlan            # 802.11 support
82 device          ath             # Atheros NIC's
83 device          ath_pci         # Atheros pci/cardbus glue
84 device          ath_hal
85 device          ath_rate_sample
86 options         ATH_ENABLE_11N
87
88 # CESA
89 device          cesa
90 device          crypto
91 device          cryptodev
92
93 # L2 Cache
94 device          pl310
95
96 # FDT
97 options         FDT