]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/ALLWINNER_UP
gnu/dts: Update our copy of arm dts from Linux 4.16
[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 #    https://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 (https://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.armv7"
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
34 # NFS root from boopt/dhcp
35 #options        BOOTP
36 #options        BOOTP_NFSROOT
37 #options        BOOTP_COMPAT
38 #options        BOOTP_NFSV3
39 #options        BOOTP_WIRED_TO=emac0
40
41 # EXT_RESOURCES pseudo devices
42 options         EXT_RESOURCES
43 device          clk
44 device          phy
45 device          hwreset
46 device          regulator
47
48 # MMC/SD/SDIO Card slot support
49 device          mmc                     # mmc/sd bus
50 device          mmcsd                   # mmc/sd flash cards
51
52 # ATA controllers
53 device          ahci                    # AHCI-compatible SATA controllers
54 #device         ata                     # Legacy ATA/SATA controllers
55
56 # Console and misc
57 device          uart
58 device          uart_snps
59 device          pty
60 device          snp
61 device          md
62 device          random                  # Entropy device
63
64 # I2C support
65 device          iicbus
66 device          iic
67 device          twsi
68 device          axp209                  # AXP209 Power Management Unit
69
70 device          pcf8563                 # RTC
71
72 # GPIO
73 device          gpio
74 device          gpioled
75
76 device          scbus                   # SCSI bus (required for ATA/SCSI)
77 device          da                      # Direct Access (disks)
78 device          pass                    # Passthrough device (direct ATA/SCSI access)
79
80 # USB support
81 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
82 device          usb
83 #device         uhci
84 device          ohci
85 device          ehci
86
87 device          umass
88
89 # Ethernet
90 device          loop
91 device          ether
92 device          mii
93 device          bpf
94
95 device          emac
96
97 # USB ethernet support, requires miibus
98 device          miibus
99
100 # Sound support
101 device          sound
102
103 # Pinmux
104 device          fdt_pinctrl
105
106 # Flattened Device Tree
107 options         FDT                     # Configure using FDT/DTB data
108 makeoptions     MODULES_EXTRA=dtb/allwinner