]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ALLWINNER
Update to ELF Tool Chain r3490
[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 ident           ALLWINNER
23
24 include         "std.armv6"
25 include         "../allwinner/std.allwinner"
26
27 options         INTRNG
28
29 options         SOC_ALLWINNER_A20
30 options         SOC_ALLWINNER_A31
31 options         SOC_ALLWINNER_A31S
32 options         SOC_ALLWINNER_A83T
33 options         SOC_ALLWINNER_H3
34
35 options         SCHED_ULE               # ULE scheduler
36 options         SMP                     # Enable multiple cores
37 options         PLATFORM
38 options         PLATFORM_SMP
39 options         MULTIDELAY
40
41 # NFS root from boopt/dhcp
42 #options        BOOTP
43 #options        BOOTP_NFSROOT
44 #options        BOOTP_COMPAT
45 #options        BOOTP_NFSV3
46 #options        BOOTP_WIRED_TO=dwc0
47
48 # EXT_RESOURCES pseudo devices
49 options         EXT_RESOURCES
50 device          clk
51 device          phy
52 device          hwreset
53 device          regulator
54
55 # Interrupt controller
56 device          gic
57
58 # ARM Generic Timer
59 device          generic_timer
60
61 # MMC/SD/SDIO Card slot support
62 device          mmc                     # mmc/sd bus
63 device          mmcsd                   # mmc/sd flash cards
64
65 # ATA controllers
66 device          ahci                    # AHCI-compatible SATA controllers
67 #device         ata                     # Legacy ATA/SATA controllers
68
69 # Console and misc
70 device          uart
71 device          uart_snps
72 device          pty
73 device          snp
74 device          md
75 device          random                  # Entropy device
76
77 # I2C support
78 device          iicbus
79 device          iic
80 device          twsi
81 device          rsb
82 device          axp209                  # AXP209 Power Management Unit
83 device          axp81x                  # AXP813/818 Power Management Unit
84
85 # GPIO
86 device          gpio
87 device          gpioled
88
89 device          scbus                   # SCSI bus (required for ATA/SCSI)
90 device          da                      # Direct Access (disks)
91 device          pass                    # Passthrough device (direct ATA/SCSI access)
92
93 # USB support
94 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
95 device          usb
96 #device         uhci
97 device          ohci
98 device          ehci
99
100 device          umass
101
102 # Ethernet
103 device          loop
104 device          ether
105 device          mii
106 device          bpf
107
108 #device         emac                    # 10/100 integrated EMAC controller
109 device          dwc                     # 10/100/1000 integrated GMAC controller
110 device          awg                     # 10/100/1000 integrated EMAC controller
111
112 # USB ethernet support, requires miibus
113 device          miibus
114
115 # Sound support
116 device          sound
117
118 # Framebuffer support
119 device          vt
120 device          kbdmux
121 device          ums
122 device          ukbd
123 device          videomode
124 device          hdmi
125
126 # Pinmux
127 device          fdt_pinctrl
128
129 # Flattened Device Tree
130 options         FDT                     # Configure using FDT/DTB data
131 makeoptions     MODULES_EXTRA=dtb/allwinner