]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ARMADA38X
MFV 364467:
[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     MODULES_EXTRA="dtb/mv"
15
16 #options        MD_ROOT
17 #makeoptions    MFS_IMAGE=/path/to/miniroot
18 #options        ROOTDEVNAME=\"ufs:md0\"
19 options         ROOTDEVNAME=\"/dev/da0s1a\"
20
21 options         SCHED_ULE               # ULE scheduler
22 options         SMP
23
24 options         VM_KMEM_SIZE_MAX=0x9CCD000
25
26 # Pseudo devices
27 device          pty
28 device          loop
29 device          md
30
31 # Serial ports
32 device          uart
33 device          uart_snps
34
35 # Network
36 device          ether
37 device          vlan
38 device          mii
39 device          bpf
40 device          mdio
41 device          etherswitch
42 device          e6000sw
43 device          neta
44
45 # PCI
46 device          pci
47
48 # Interrupt controllers
49 device          gic
50
51 # Timers
52 device          mpcore_timer
53
54 # USB
55 device          usb
56 device          ehci
57 device          xhci
58 device          umass
59 device          scbus
60 device          pass
61 device          da
62
63 # MMC/SD/SDIO Card slot support
64 device          mmc                     # mmc/sd bus
65 device          mmcsd                   # mmc/sd flash cards
66 device          sdhci                   # mmc/sd host controller
67
68 # SATA
69 device          ahci
70
71 # I2C
72 device          iic
73 device          iicbus
74 device          twsi
75
76 # SPI
77 device          spibus
78 device          spigen
79 device          mv_spi
80
81 # Wireless NIC cards
82 device          wlan            # 802.11 support
83 device          ath             # Atheros NIC's
84 device          ath_pci         # Atheros pci/cardbus glue
85 device          ath_hal
86 device          ath_rate_sample
87 options         ATH_ENABLE_11N
88
89 # CESA
90 device          cesa
91 device          crypto
92 device          cryptodev
93
94 # L2 Cache
95 device          pl310
96
97 options         PLATFORM
98
99 # FDT
100 options         FDT
101
102 # GPIO
103 device gpio
104 device gpioled