]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ARMADA38X
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305575, 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
47 # PCI
48 device          pci
49
50 # Interrupt controllers
51 device          gic
52 options         INTRNG
53
54 # Timers
55 device          mpcore_timer
56
57 # USB
58 device          usb
59 device          ehci
60 device          xhci
61 device          umass
62 device          scbus
63 device          pass
64 device          da
65
66 # MMC/SD/SDIO Card slot support
67 device          mmc                     # mmc/sd bus
68 device          mmcsd                   # mmc/sd flash cards
69 device          sdhci                   # mmc/sd host controller
70
71 # SATA
72 device          ahci
73
74 # I2C
75 device          iic
76 device          iicbus
77 device          twsi
78
79 # Wireless NIC cards
80 device          wlan            # 802.11 support
81 device          ath             # Atheros NIC's
82 device          ath_pci         # Atheros pci/cardbus glue
83 device          ath_hal
84 device          ath_rate_sample
85 options         ATH_ENABLE_11N
86
87 # CESA
88 device          cesa
89 device          crypto
90 device          cryptodev
91
92 # L2 Cache
93 device          pl310
94
95 # FDT
96 options         FDT