]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/arm/conf/ZEDBOARD
MFC r276003:
[FreeBSD/stable/10.git] / sys / arm / conf / ZEDBOARD
1 #
2 # ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
3 #             ZedBoard (www.zedboard.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           ZEDBOARD
23
24 include         "../xilinx/zedboard/std.zedboard"
25
26 makeoptions     MODULES_OVERRIDE=""
27 makeoptions     WITHOUT_MODULES="ahc"
28
29 options         SCHED_ULE               # ULE scheduler
30 options         PREEMPTION              # Enable kernel thread preemption
31 options         INET                    # InterNETworking
32 options         INET6                   # IPv6 communications protocols
33 options         SCTP                    # Stream Control Transmission Protocol
34 options         FFS                     # Berkeley Fast Filesystem
35 options         SOFTUPDATES             # Enable FFS soft updates support
36 options         UFS_ACL                 # Support for access control lists
37 options         UFS_DIRHASH             # Improve performance on big directories
38 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
39 options         QUOTA                   # Enable disk quotas for UFS
40 options         NFSCL                   # New Network Filesystem Client
41 #options        NFSSD                   # Network Filesystem Server
42 options         NFSLOCKD                # Network Lock Manager
43 options         NFS_ROOT                # NFS usable as /, requires NFSCL
44 options         MSDOSFS                 # MSDOS Filesystem
45 options         CD9660                  # ISO 9660 Filesystem
46 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
47 options         PSEUDOFS                # Pseudo-filesystem framework
48 options         TMPFS                   # Efficient memory filesystem
49 options         GEOM_PART_GPT           # GUID Partition Tables
50 options         GEOM_PART_BSD           # BSD partition scheme
51 options         GEOM_PART_MBR           # MBR partition scheme
52 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
53 options         KTRACE                  # ktrace(1) support
54 options         SYSVSHM                 # SYSV-style shared memory
55 options         SYSVMSG                 # SYSV-style message queues
56 options         SYSVSEM                 # SYSV-style semaphores
57 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
58 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
59 options         FREEBSD_BOOT_LOADER     # Process metadata passed from loader(8)
60 options         VFP                     # Enable floating point hardware support
61 options         SMP                     # Enable multiple cores
62
63 # Debugging for use in -current
64 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
65 #options        BREAK_TO_DEBUGGER
66 options         KDB                     # Enable kernel debugger support
67 # For minimum debugger support (stable branch) use:
68 #options        KDB_TRACE               # Print a stack trace for a panic
69 # For full debugger support use this instead:
70 options         DDB                     # Enable the kernel debugger
71 #options        INVARIANTS              # Enable calls of extra sanity checking
72 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
73 #options        WITNESS                 # Enable checks to detect deadlocks and cycles
74 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
75 #options        DIAGNOSTIC
76
77 # NFS root from boopt/dhcp
78 #options        BOOTP
79 #options        BOOTP_NFSROOT
80 #options        BOOTP_COMPAT
81 #options        BOOTP_NFSV3
82
83 options         ROOTDEVNAME=\"ufs:mmcsd0s2a\"
84
85 device          loop
86 device          random
87 device          ether
88 device          cgem                    # Zynq-7000 gig ethernet device
89 device          mii
90 device          e1000phy
91 device          pty
92 device          uart
93 device          gpio
94
95 device          md
96 device          mmc                     # mmc/sd bus
97 device          mmcsd                   # mmc/sd flash cards
98 device          sdhci                   # generic sdhci
99 device          bpf                     # Berkeley packet filter
100
101 # USB support
102 device          usb
103 options         USB_DEBUG
104 #options        USB_REQ_DEBUG
105 #options        USB_VERBOSE
106 device          ehci
107 device          umass
108 device          scbus                   # SCSI bus (required for ATA/SCSI)
109 device          da                      # Direct Access (disks)
110 device          axe                     # USB-Ethernet
111
112
113 # Flattened Device Tree
114 options         FDT                     # Configure using FDT/DTB data
115 #options        FDT_DTB_STATIC
116 #makeoptions    FDT_DTS_FILE=zedboard.dts
117