The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/arm/conf/ZEDBOARD

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #  ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based
    2 #              ZedBoard (www.zedboard.org)
    3 # 
    4 #  For more information on this file, please read the handbook section on
    5 #  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: releng/10.0/sys/arm/conf/ZEDBOARD 254542 2013-08-19 22:25:36Z andrew $
   20 
   21 ident           ZEDBOARD
   22 
   23 include "../xilinx/zedboard/std.zedboard"
   24 
   25 makeoptions     MODULES_OVERRIDE=""
   26 makeoptions     WITHOUT_MODULES="ahc"
   27 
   28 options         SCHED_4BSD              #4BSD scheduler
   29 options         INET                    #InterNETworking
   30 options         INET6                   #IPv6 communications protocols
   31 options         FFS                     #Berkeley Fast Filesystem
   32 options         SOFTUPDATES             #Enable FFS soft updates support
   33 options         UFS_ACL                 #Support for access control lists
   34 options         UFS_DIRHASH             #Improve performance on big directories
   35 # options       ROOTDEVNAME=\"ufs:mmcsd0s2a\"
   36 
   37 options         NFSCL                   #Network Filesystem Client
   38 # options       NFSSD                   #Network Filesystem Server
   39 # options       NFSLOCKD                #Network Lock Manager
   40 # options       NFS_ROOT                #NFS usable as /, requires NFSCL
   41 # options       BOOTP_NFSROOT
   42 # options       BOOTP
   43 
   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         SCSI_DELAY=5000         #Delay (in ms) before probing SCSI
   49 options         KTRACE                  #ktrace(1) support
   50 options         SYSVSHM                 #SYSV-style shared memory
   51 options         SYSVMSG                 #SYSV-style message queues
   52 options         SYSVSEM                 #SYSV-style semaphores
   53 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   54 options         FREEBSD_BOOT_LOADER
   55 options         VFP             # vfp/neon
   56 
   57 # Debugging
   58 makeoptions     DEBUG=-g
   59 options         DDB
   60 options         KDB
   61 # options       BREAK_TO_DEBUGGER
   62 
   63 # options       INVARIANTS              #Enable calls of extra sanity checking
   64 # options       INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   65 # options       WITNESS                 #Enable checks to detect deadlocks and cycles
   66 # options       WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
   67 
   68 device          loop
   69 device          random
   70 device          ether
   71 device          if_cgem                 # Zynq-7000 gig ethernet device
   72 device          mii
   73 device          pty
   74 device          uart
   75 device          gpio
   76 
   77 device          md
   78 device          mmc                     # mmc/sd bus
   79 device          mmcsd                   # mmc/sd flash cards
   80 device          sdhci                   # generic sdhci
   81 device          bpf                     # Berkeley packet filter
   82 
   83 # USB support
   84 device          usb
   85 options         USB_DEBUG
   86 #options        USB_REQ_DEBUG
   87 #options        USB_VERBOSE
   88 device          ehci
   89 device          umass
   90 device          scbus                   # SCSI bus (required for SCSI)
   91 device          da                      # Direct Access (disks)
   92 device          axe                     # USB-Ethernet
   93 
   94 
   95 # Flattened Device Tree
   96 options         FDT
   97 # options         FDT_DTB_STATIC
   98 # makeoptions     FDT_DTS_FILE=zedboard.dts
   99 

Cache object: 88ffebb71f75cb2db508f62a2e4d94ba


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.