]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ARMADA38X
sys/{x86,amd64}: remove one of doubled ;s
[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          pty
29 device          loop
30 device          md
31
32 # Serial ports
33 device          uart
34 device          uart_snps
35
36 # Network
37 device          ether
38 device          vlan
39 device          mii
40 device          bpf
41 device          mdio
42 device          etherswitch
43 device          e6000sw
44 device          neta
45
46 # PCI
47 device          pci
48
49 # Interrupt controllers
50 device          gic
51
52 # Timers
53 device          mpcore_timer
54
55 # USB
56 device          usb
57 device          ehci
58 device          xhci
59 device          umass
60 device          scbus
61 device          pass
62 device          da
63
64 # MMC/SD/SDIO Card slot support
65 device          mmc                     # mmc/sd bus
66 device          mmcsd                   # mmc/sd flash cards
67 device          sdhci                   # mmc/sd host controller
68
69 # SATA
70 device          ahci
71
72 # I2C
73 device          iic
74 device          iicbus
75 device          twsi
76
77 # SPI
78 device          spibus
79 device          spigen
80 device          mv_spi
81
82 # Wireless NIC cards
83 device          wlan            # 802.11 support
84 device          ath             # Atheros NIC's
85 device          ath_pci         # Atheros pci/cardbus glue
86 device          ath_hal
87 device          ath_rate_sample
88 options         ATH_ENABLE_11N
89
90 # CESA
91 device          cesa
92 device          crypto
93 device          cryptodev
94
95 # L2 Cache
96 device          pl310
97
98 options         PLATFORM
99
100 # FDT
101 options         FDT
102
103 # GPIO
104 device gpio
105 device gpioled