]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/AML8726
Merge ^/head r327341 through r327623.
[FreeBSD/FreeBSD.git] / sys / arm / conf / AML8726
1 #
2 # Kernel configuration for Amlogic aml8726 boards.
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 # TODO: Port to INTRNG
22 #NO_UNIVERSE
23
24 ident           AML8726
25
26 include         "std.armv7"
27 include         "../amlogic/aml8726/std.aml8726"
28
29 options         SCHED_ULE               # ULE scheduler
30 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
31 options         LINUX_BOOT_ABI
32
33 # NFS root from boopt/dhcp
34 #options        BOOTP
35 #options        BOOTP_NFSROOT
36 #options        BOOTP_COMPAT
37 #options        BOOTP_NFSV3
38 #options        BOOTP_WIRED_TO=axe0
39
40 # Interrupt controller
41 device          aml_pic
42
43 # MMC/SD/SDIO Card slot support
44 device          mmc                     # mmc/sd bus
45 device          mmcsd                   # mmc/sd flash cards
46
47 # Boot device is 2nd slice on MMC/SD card
48 options         ROOTDEVNAME=\"ufs:mmcsd0s2\"
49
50 device          pl310                   # PL310 L2 cache controller
51
52 # GPIO
53 device          gpio
54 device          gpioled
55
56 # I2C support
57 device          iicbus
58 device          iicbb
59 device          iic
60
61 # vt is the default console driver, resembling an SCO console
62 device          vt
63 #device         kbdmux
64
65 # Serial (COM) ports
66 device          uart                    # Generic UART driver
67
68 # Pseudo devices.
69 device          loop                    # Network loopback
70 device          random                  # Entropy device
71 device          ether                   # Ethernet support
72 device          pty                     # BSD-style compatibility pseudo ttys
73
74 # The `bpf' device enables the Berkeley Packet Filter.
75 # Be aware of the administrative consequences of enabling this!
76 # Note that 'bpf' is required for DHCP.
77 device          bpf                     # Berkeley packet filter
78
79 # USB support
80 device          usb                     # General USB code (mandatory for USB)
81 device          dwcotg                  # DWC OTG controller
82 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
83
84 #device         ukbd                    # USB keyboard
85 #device         ums                     # USB mouse
86
87 device          scbus                   # SCSI bus (required for ATA/SCSI)
88 device          da                      # Direct Access (disks)
89 device          umass                   # Disks/Mass storage - Requires scbus and da
90
91 # Ethernet support
92 device          miibus                  # MII bus support
93
94 # SoC Ethernet, requires miibus
95 device          dwc
96
97 # USB Ethernet support, requires miibus
98 device          axe                     # ASIX Electronics USB Ethernet
99
100 # Flattened Device Tree
101 options         FDT                     # Configure using FDT/DTB data