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