]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/A10
MFC r304021: Update iflib to support more NIC designs
[FreeBSD/FreeBSD.git] / sys / arm / conf / A10
1 #
2 # A10 -- Custom configuration for the AllWinner A10 SoC
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           A10
22
23 include         "std.armv6"
24 include         "../allwinner/std.a10"
25
26 options         INTRNG
27
28 options         SOC_ALLWINNER_A10
29
30 options         HZ=100
31 options         SCHED_4BSD              # 4BSD scheduler
32 options         PLATFORM
33 options         MULTIDELAY
34
35 # NFS root from boopt/dhcp
36 #options        BOOTP
37 #options        BOOTP_NFSROOT
38 #options        BOOTP_COMPAT
39 #options        BOOTP_NFSV3
40 #options        BOOTP_WIRED_TO=emac0
41
42 # EXT_RESOURCES pseudo devices
43 options         EXT_RESOURCES
44 device          clk
45 device          phy
46 device          hwreset
47 device          regulator
48
49 # MMC/SD/SDIO Card slot support
50 device          mmc                     # mmc/sd bus
51 device          mmcsd                   # mmc/sd flash cards
52
53 # ATA controllers
54 device          ahci                    # AHCI-compatible SATA controllers
55 #device         ata                     # Legacy ATA/SATA controllers
56
57 # Console and misc
58 device          uart
59 device          uart_snps
60 device          pty
61 device          snp
62 device          md
63 device          random                  # Entropy device
64
65 # I2C support
66 device          iicbus
67 device          iic
68 device          twsi
69 device          axp209                  # AXP209 Power Management Unit
70
71 # GPIO
72 device          gpio
73 device          gpioled
74
75 device          scbus                   # SCSI bus (required for ATA/SCSI)
76 device          da                      # Direct Access (disks)
77 device          pass                    # Passthrough device (direct ATA/SCSI access)
78
79 # USB support
80 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
81 device          usb
82 #device         uhci
83 device          ohci
84 device          ehci
85
86 device          umass
87
88 # Ethernet
89 device          loop
90 device          ether
91 device          mii
92 device          bpf
93
94 device          emac
95
96 # USB ethernet support, requires miibus
97 device          miibus
98
99 # Pinmux
100 device          fdt_pinctrl
101
102 # Flattened Device Tree
103 options         FDT                     # Configure using FDT/DTB data
104 makeoptions     MODULES_EXTRA=dtb/allwinner