]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/RK3188
Merge ^/head r327341 through r327623.
[FreeBSD/FreeBSD.git] / sys / arm / conf / RK3188
1 #
2 # Kernel configuration for Rockchip RK3188 systems.
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on Kernel Configuration Files:
6 #
7 #    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 ident           RK3188
22
23 include         "std.armv7"
24 include         "../rockchip/std.rk30xx"
25
26 options         SOC_ROCKCHIP_RK3188
27
28 options         SCHED_ULE               # ULE scheduler
29 options         SMP                     # Enable multiple cores
30 options         PLATFORM
31
32 # Root mount from MMC/SD card
33 options         ROOTDEVNAME=\"ufs:/dev/mmcsd0\"
34
35 # Interrupt controller
36 device          gic
37 options         INTRNG
38
39 # ARM MPCore timer
40 device          mpcore_timer
41
42 # MMC/SD/SDIO Card slot support
43 device          mmc                     # mmc/sd bus
44 device          mmcsd                   # mmc/sd flash cards
45 device          dwmmc
46
47 # Console and misc
48 device          uart
49 device          uart_snps
50 device          pty
51 device          snp
52 device          md
53 device          random                  # Entropy device
54
55 # I2C support
56 #device         iicbus
57 #device         iic
58
59 # GPIO
60 device          gpio
61
62 device          scbus                   # SCSI bus (required for ATA/SCSI)
63 device          da                      # Direct Access (disks)
64 device          pass
65
66 # USB support
67 options         USB_HOST_ALIGN=32       # Align usb buffers to cache line size.
68 device          usb
69 device          dwcotg                  # DWC OTG controller
70
71 device          umass
72
73 # Ethernet
74 device          loop
75 device          ether
76 device          mii
77 device          bpf
78
79 # Wireless NIC cards
80 options         IEEE80211_DEBUG
81 options         IEEE80211_AMPDU_AGE
82 options         IEEE80211_SUPPORT_MESH
83 options         IEEE80211_SUPPORT_TDMA
84 device          wlan                    # 802.11 support
85 device          wlan_wep                # 802.11 WEP support
86 device          wlan_ccmp               # 802.11 CCMP support
87 device          wlan_tkip               # 802.11 TKIP support
88 device          firmware                # Used by the above
89
90 # USB Ethernet support, requires miibus
91 device          miibus
92 device          udav
93
94 # Flattened Device Tree
95 options         FDT                     # Configure using FDT/DTB data