]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/RK3188
Update mandoc to 20160116
[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         HZ=100
27 options         SCHED_ULE               # ULE scheduler
28 options         SMP                     # Enable multiple cores
29
30 # Debugging for use in -current
31 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
32 options         ALT_BREAK_TO_DEBUGGER
33 #options        VERBOSE_SYSINIT         # Enable verbose sysinit messages
34 options         KDB                     # Enable kernel debugger support
35 # For minimum debugger support (stable branch) use:
36 #options        KDB_TRACE               # Print a stack trace for a panic
37 # For full debugger support use this instead:
38 options         DDB                     # Enable the kernel debugger
39 #options        INVARIANTS              # Enable calls of extra sanity checking
40 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
41 options         WITNESS                 # Enable checks to detect deadlocks and cycles
42 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
43 options         DIAGNOSTIC
44
45 # Root mount from MMC/SD card
46 options         ROOTDEVNAME=\"ufs:/dev/mmcsd0\"
47
48 # Interrupt controller
49 device          gic
50 # ARM MPCore timer
51 device          mpcore_timer
52
53 # MMC/SD/SDIO Card slot support
54 device          mmc                     # mmc/sd bus
55 device          mmcsd                   # mmc/sd flash cards
56 device          dwmmc
57
58 # Console and misc
59 device          uart
60 device          uart_ns8250
61 device          pty
62 device          snp
63 device          md
64 device          random                  # Entropy device
65
66 # I2C support
67 #device         iicbus
68 #device         iic
69
70 # GPIO
71 device          gpio
72
73 device          scbus                   # SCSI bus (required for ATA/SCSI)
74 device          da                      # Direct Access (disks)
75 device          pass
76
77 # USB support
78 options         USB_HOST_ALIGN=32       # Align usb buffers to cache line size.
79 device          usb
80 options         USB_DEBUG
81 #options        USB_REQ_DEBUG
82 #options        USB_VERBOSE
83 device          dwcotg                  # DWC OTG controller
84
85 device          umass
86
87 # Ethernet
88 device          loop
89 device          ether
90 device          mii
91 device          bpf
92
93 # Wireless NIC cards
94 options         IEEE80211_DEBUG
95 options         IEEE80211_AMPDU_AGE
96 options         IEEE80211_SUPPORT_MESH
97 options         IEEE80211_SUPPORT_TDMA
98 device          wlan                    # 802.11 support
99 device          wlan_wep                # 802.11 WEP support
100 device          wlan_ccmp               # 802.11 CCMP support
101 device          wlan_tkip               # 802.11 TKIP support
102 device          urtwn
103 device          urtwnfw
104 device          firmware                # Used by the above
105
106 # USB Ethernet support, requires miibus
107 device          miibus
108 device          udav
109
110 # Flattened Device Tree
111 options         FDT                     # Configure using FDT/DTB data