]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/AML8726
MFV r302260: expat 2.2.0
[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 #    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           AML8726
22
23 include         "std.armv6"
24 include         "../amlogic/aml8726/std.aml8726"
25
26 options         HZ=100
27 options         SCHED_ULE               # ULE scheduler
28 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
29 options         LINUX_BOOT_ABI
30
31 # Debugging
32 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
33 options         ALT_BREAK_TO_DEBUGGER
34 #options        VERBOSE_SYSINIT         # Enable verbose sysinit messages
35 options         BOOTVERBOSE=1
36 options         KDB                     # Enable kernel debugger support
37 # For minimum debugger support (stable branch) use:
38 #options        KDB_TRACE               # Print a stack trace for a panic
39 # For full debugger support use this instead:
40 options         DDB                     # Enable the kernel debugger
41 options         INVARIANTS              # Enable calls of extra sanity checking
42 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
43 options         WITNESS                 # Enable checks to detect deadlocks and cycles
44 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
45 #options        DIAGNOSTIC
46
47 # NFS root from boopt/dhcp
48 #options        BOOTP
49 #options        BOOTP_NFSROOT
50 #options        BOOTP_COMPAT
51 #options        BOOTP_NFSV3
52 #options        BOOTP_WIRED_TO=axe0
53
54 # Interrupt controller
55 device          aml_pic
56
57 # MMC/SD/SDIO Card slot support
58 device          mmc                     # mmc/sd bus
59 device          mmcsd                   # mmc/sd flash cards
60
61 # Boot device is 2nd slice on MMC/SD card
62 options         ROOTDEVNAME=\"ufs:mmcsd0s2\"
63
64 device          pl310                   # PL310 L2 cache controller
65
66 # GPIO
67 device          gpio
68 device          gpioled
69
70 # I2C support
71 device          iicbus
72 device          iicbb
73 device          iic
74
75 # vt is the default console driver, resembling an SCO console
76 device          vt
77 #device         kbdmux
78
79 # Serial (COM) ports
80 device          uart                    # Generic UART driver
81
82 # Pseudo devices.
83 device          loop                    # Network loopback
84 device          random                  # Entropy device
85 device          ether                   # Ethernet support
86 device          pty                     # BSD-style compatibility pseudo ttys
87
88 # The `bpf' device enables the Berkeley Packet Filter.
89 # Be aware of the administrative consequences of enabling this!
90 # Note that 'bpf' is required for DHCP.
91 device          bpf                     # Berkeley packet filter
92
93 # USB support
94 device          usb                     # General USB code (mandatory for USB)
95 device          dwcotg                  # DWC OTG controller
96 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
97 options         USB_DEBUG
98 #options        USB_REQ_DEBUG
99 #options        USB_VERBOSE
100
101 #device         ukbd                    # USB keyboard
102 #device         ums                     # USB mouse
103
104 device          scbus                   # SCSI bus (required for ATA/SCSI)
105 device          da                      # Direct Access (disks)
106 device          umass                   # Disks/Mass storage - Requires scbus and da
107
108 # Ethernet support
109 device          miibus                  # MII bus support
110
111 # SoC Ethernet, requires miibus
112 device          dwc
113
114 # USB Ethernet support, requires miibus
115 device          axe                     # ASIX Electronics USB Ethernet
116
117 # Flattened Device Tree
118 options         FDT                     # Configure using FDT/DTB data