]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ALLWINNER
Update the GNU DTS file from Linux 4.11
[FreeBSD/FreeBSD.git] / sys / arm / conf / ALLWINNER
1 #
2 # ALLWINNER -- Custom configuration for the Allwinner A20, A31, A31S, A83T,
3 # and H3 ARM SoCs.
4 #
5 # For more information on this file, please read the config(5) manual page,
6 # and/or the handbook section on Kernel Configuration Files:
7 #
8 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9 #
10 # The handbook is also available locally in /usr/share/doc/handbook
11 # if you've installed the doc distribution, otherwise always see the
12 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13 # latest information.
14 #
15 # An exhaustive list of options and more detailed explanations of the
16 # device lines is also present in the ../../conf/NOTES and NOTES files.
17 # If you are in doubt as to the purpose or necessity of a line, check first
18 # in NOTES.
19 #
20 # $FreeBSD$
21 #
22 #NO_UNIVERSE
23
24 ident           ALLWINNER
25
26 include         "std.armv6"
27 include         "../allwinner/std.allwinner"
28
29 options         INTRNG
30
31 options         SOC_ALLWINNER_A20
32 options         SOC_ALLWINNER_A31
33 options         SOC_ALLWINNER_A31S
34 options         SOC_ALLWINNER_A83T
35 options         SOC_ALLWINNER_H3
36
37 options         SCHED_ULE               # ULE scheduler
38 options         SMP                     # Enable multiple cores
39 options         PLATFORM
40 options         PLATFORM_SMP
41 options         MULTIDELAY
42
43 # NFS root from boopt/dhcp
44 #options        BOOTP
45 #options        BOOTP_NFSROOT
46 #options        BOOTP_COMPAT
47 #options        BOOTP_NFSV3
48 #options        BOOTP_WIRED_TO=dwc0
49
50 # EXT_RESOURCES pseudo devices
51 options         EXT_RESOURCES
52 device          clk
53 device          phy
54 device          hwreset
55 device          regulator
56
57 # CPU frequency control
58 device          cpufreq
59
60 # Interrupt controller
61 device          gic
62
63 # ARM Generic Timer
64 device          generic_timer
65
66 # MMC/SD/SDIO Card slot support
67 device          mmc                     # mmc/sd bus
68 device          mmcsd                   # mmc/sd flash cards
69
70 # ATA controllers
71 device          ahci                    # AHCI-compatible SATA controllers
72 #device         ata                     # Legacy ATA/SATA controllers
73
74 # Console and misc
75 device          uart
76 device          uart_snps
77 device          pty
78 device          snp
79 device          md
80 device          random                  # Entropy device
81
82 # I2C support
83 device          iicbus
84 device          iic
85 device          twsi
86 device          rsb
87 device          axp209                  # AXP209 Power Management Unit
88 device          axp81x                  # AXP813/818 Power Management Unit
89 device          sy8106a                 # SY8106A Buck Regulator
90
91 # GPIO
92 device          gpio
93 device          gpioled
94
95 device          scbus                   # SCSI bus (required for ATA/SCSI)
96 device          da                      # Direct Access (disks)
97 device          pass                    # Passthrough device (direct ATA/SCSI access)
98
99 # USB support
100 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
101 device          usb
102 #device         uhci
103 device          ohci
104 device          ehci
105
106 device          umass
107
108 # Ethernet
109 device          loop
110 device          ether
111 device          mii
112 device          bpf
113
114 #device         emac                    # 10/100 integrated EMAC controller
115 device          dwc                     # 10/100/1000 integrated GMAC controller
116 device          awg                     # 10/100/1000 integrated EMAC controller
117
118 # USB ethernet support, requires miibus
119 device          miibus
120
121 # Sound support
122 device          sound
123
124 # Framebuffer support
125 device          vt
126 device          kbdmux
127 device          ums
128 device          ukbd
129 device          videomode
130 device          hdmi
131
132 # Pinmux
133 device          fdt_pinctrl
134
135 # Flattened Device Tree
136 options         FDT                     # Configure using FDT/DTB data
137 makeoptions     MODULES_EXTRA=dtb/allwinner