]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/CUBIEBOARD2
Merge OpenSSL 1.0.1p.
[FreeBSD/FreeBSD.git] / sys / arm / conf / CUBIEBOARD2
1 #
2 # CUBIEBOARD2 -- Custom configuration for the CUBIEBOARD2 ARM development
3 # platform, check out http://www.cubieboard.org
4 #
5 # For more information on this file, please read the config(5) manual page,
6 # and/or the handbook section on Kernel Configuration Files:
7 #
8 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9 #
10 # The handbook is also available locally in /usr/share/doc/handbook
11 # if you've installed the doc distribution, otherwise always see the
12 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13 # latest information.
14 #
15 # An exhaustive list of options and more detailed explanations of the
16 # device lines is also present in the ../../conf/NOTES and NOTES files.
17 # If you are in doubt as to the purpose or necessity of a line, check first
18 # in NOTES.
19 #
20 # $FreeBSD$
21
22 ident           CUBIEBOARD2
23
24 include         "std.armv6"
25 include         "../allwinner/a20/std.a20"
26
27 options         HZ=100
28 options         SCHED_ULE               # ULE scheduler
29 options         SMP                     # Enable multiple cores
30
31 # Debugging for use in -current
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         KDB                     # Enable kernel debugger support
36 # For minimum debugger support (stable branch) use:
37 #options        KDB_TRACE               # Print a stack trace for a panic
38 # For full debugger support use this instead:
39 options         DDB                     # Enable the kernel debugger
40 options         INVARIANTS              # Enable calls of extra sanity checking
41 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
42 options         WITNESS                 # Enable checks to detect deadlocks and cycles
43 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
44 #options        DIAGNOSTIC
45
46 # NFS root from boopt/dhcp
47 #options        BOOTP
48 #options        BOOTP_NFSROOT
49 #options        BOOTP_COMPAT
50 #options        BOOTP_NFSV3
51 #options        BOOTP_WIRED_TO=cpsw0
52
53 # Boot device is 2nd slice on MMC/SD card
54 options         ROOTDEVNAME=\"ufs:/dev/da0s2\"
55
56 # Interrupt controller
57 device          gic
58
59 # MMC/SD/SDIO Card slot support
60 device          mmc                     # mmc/sd bus
61 device          mmcsd                   # mmc/sd flash cards
62
63 # ATA controllers
64 device          ahci                    # AHCI-compatible SATA controllers
65 #device         ata                     # Legacy ATA/SATA controllers
66 #options        ATA_STATIC_ID           # Static device numbering
67
68 # Console and misc
69 device          uart
70 device          uart_ns8250
71 device          pty
72 device          snp
73 device          md
74 device          random                  # Entropy device
75
76 # I2C support
77 #device         iicbus
78 #device         iic
79
80 # GPIO
81 device          gpio
82
83 device          scbus                   # SCSI bus (required for ATA/SCSI)
84 device          da                      # Direct Access (disks)
85 device          pass                    # Passthrough device (direct ATA/SCSI access)
86
87 # USB support
88 options         USB_HOST_ALIGN=64       # Align usb buffers to cache line size.
89 device          usb
90 options         USB_DEBUG
91 #options        USB_REQ_DEBUG
92 #options        USB_VERBOSE
93 #device         uhci
94 #device         ohci
95 device          ehci
96
97 device          umass
98
99 # Ethernet
100 device          loop
101 device          ether
102 device          mii
103 device          bpf
104
105 device          emac
106
107 # USB ethernet support, requires miibus
108 device          miibus
109
110 # Flattened Device Tree
111 options         FDT                     # Configure using FDT/DTB data
112 options         FDT_DTB_STATIC
113 makeoptions     FDT_DTS_FILE=cubieboard2.dts
114 makeoptions     MODULES_EXTRA=dtb/allwinner