]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ALLWINNER_UP
Import mandoc snapshot 2017-06-08
[FreeBSD/FreeBSD.git] / sys / arm / conf / ALLWINNER_UP
1 #
2 # ALLWINNER_UP -- Custom configuration for the AllWinner Uniprocessor 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           ALLWINNER_UP
22
23 include         "std.armv6"
24 include         "../allwinner/std.allwinner_up"
25
26 options         INTRNG
27
28 options         SOC_ALLWINNER_A10
29 options         SOC_ALLWINNER_A13
30
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 device          pcf8563                 # RTC
72
73 # GPIO
74 device          gpio
75 device          gpioled
76
77 device          scbus                   # SCSI bus (required for ATA/SCSI)
78 device          da                      # Direct Access (disks)
79 device          pass                    # Passthrough device (direct ATA/SCSI access)
80
81 # USB support
82 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
83 device          usb
84 #device         uhci
85 device          ohci
86 device          ehci
87
88 device          umass
89
90 # Ethernet
91 device          loop
92 device          ether
93 device          mii
94 device          bpf
95
96 device          emac
97
98 # USB ethernet support, requires miibus
99 device          miibus
100
101 # Sound support
102 device          sound
103
104 # Pinmux
105 device          fdt_pinctrl
106
107 # Flattened Device Tree
108 options         FDT                     # Configure using FDT/DTB data
109 makeoptions     MODULES_EXTRA=dtb/allwinner