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