]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/RK3188
gnu/dts: Update our copy of arm dts from Linux 4.16
[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 #NO_UNIVERSE
22
23 ident           RK3188
24
25 include         "std.armv7"
26 include         "../rockchip/std.rk30xx"
27
28 options         SOC_ROCKCHIP_RK3188
29
30 options         SCHED_ULE               # ULE scheduler
31 options         SMP                     # Enable multiple cores
32 options         PLATFORM
33
34 # Root mount from MMC/SD card
35 options         ROOTDEVNAME=\"ufs:/dev/mmcsd0\"
36
37 # Interrupt controller
38 device          gic
39 options         INTRNG
40
41 # ARM MPCore timer
42 device          mpcore_timer
43
44 # MMC/SD/SDIO Card slot support
45 device          mmc                     # mmc/sd bus
46 device          mmcsd                   # mmc/sd flash cards
47 device          dwmmc
48
49 # Console and misc
50 device          uart
51 device          uart_snps
52 device          pty
53 device          snp
54 device          md
55 device          random                  # Entropy device
56
57 # I2C support
58 #device         iicbus
59 #device         iic
60
61 # GPIO
62 device          gpio
63
64 device          scbus                   # SCSI bus (required for ATA/SCSI)
65 device          da                      # Direct Access (disks)
66 device          pass
67
68 # USB support
69 options         USB_HOST_ALIGN=32       # Align usb buffers to cache line size.
70 device          usb
71 device          dwcotg                  # DWC OTG controller
72
73 device          umass
74
75 # Ethernet
76 device          loop
77 device          ether
78 device          mii
79 device          bpf
80
81 # Wireless NIC cards
82 options         IEEE80211_DEBUG
83 options         IEEE80211_AMPDU_AGE
84 options         IEEE80211_SUPPORT_MESH
85 options         IEEE80211_SUPPORT_TDMA
86 device          wlan                    # 802.11 support
87 device          wlan_wep                # 802.11 WEP support
88 device          wlan_ccmp               # 802.11 CCMP support
89 device          wlan_tkip               # 802.11 TKIP support
90 device          firmware                # Used by the above
91
92 # USB Ethernet support, requires miibus
93 device          miibus
94 device          udav
95
96 # Flattened Device Tree
97 options         FDT                     # Configure using FDT/DTB data