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/VYBRID

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 #
    2 # Kernel configuration for Vybrid Family 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: releng/10.2/sys/arm/conf/VYBRID 283387 2015-05-24 14:57:17Z ian $
   20 
   21 ident           VYBRID
   22 include         "../freescale/vybrid/std.vybrid"
   23 
   24 makeoptions     WERROR="-Werror"
   25 
   26 options         HZ=100
   27 options         SCHED_4BSD              # 4BSD scheduler
   28 options         PREEMPTION              # Enable kernel thread preemption
   29 options         INET                    # InterNETworking
   30 options         INET6                   # IPv6 communications protocols
   31 options         SCTP                    # Stream Control Transmission Protocol
   32 options         FFS                     # Berkeley Fast Filesystem
   33 options         SOFTUPDATES             # Enable FFS soft updates support
   34 options         UFS_ACL                 # Support for access control lists
   35 options         UFS_DIRHASH             # Improve performance on big directories
   36 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
   37 options         QUOTA                   # Enable disk quotas for UFS
   38 options         NFSCL                   # New Network Filesystem Client
   39 options         NFSLOCKD                # Network Lock Manager
   40 options         NFS_ROOT                # NFS usable as /, requires NFSCL
   41 options         MSDOSFS                 # MSDOS Filesystem
   42 options         CD9660                  # ISO 9660 Filesystem
   43 #options        NANDFS                  # NAND Filesystem
   44 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
   45 options         PSEUDOFS                # Pseudo-filesystem framework
   46 options         TMPFS                   # Efficient memory filesystem
   47 options         GEOM_PART_GPT           # GUID Partition Tables
   48 options         GEOM_PART_BSD           # BSD partition scheme
   49 options         GEOM_PART_MBR           # MBR partition scheme
   50 options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!]
   51 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
   52 options         KTRACE                  # ktrace(1) support
   53 options         SYSVSHM                 # SYSV-style shared memory
   54 options         SYSVMSG                 # SYSV-style message queues
   55 options         SYSVSEM                 # SYSV-style semaphores
   56 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
   57 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
   58 options         FREEBSD_BOOT_LOADER     # Process metadata passed from loader(8)
   59 options         VFP                     # Enable floating point hardware support
   60 #options        SMP                     # Enable multiple cores
   61 
   62 # Debugging for use in -current
   63 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
   64 options         BREAK_TO_DEBUGGER
   65 #options        VERBOSE_SYSINIT         # Enable verbose sysinit messages
   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 #options        BOOTP_WIRED_TO=ffec0
   83 
   84 #options        ROOTDEVNAME=\"nfs:10.5.0.1:/tftpboot/cosmic\"
   85 #options        ROOTDEVNAME=\"nandfs:/dev/gnand0s.root\"
   86 options         ROOTDEVNAME=\"ufs:/dev/da0\"
   87 
   88 options         MUTEX_NOINLINE
   89 options         RWLOCK_NOINLINE
   90 options         NO_FFS_SNAPSHOT
   91 options         NO_SWAPPING
   92 
   93 # MMC/SD/SDIO Card slot support
   94 device          mmc                     # mmc/sd bus
   95 device          mmcsd                   # mmc/sd flash cards
   96 device          sdhci                   # generic sdhci
   97 
   98 # Pseudo devices
   99 
  100 device          loop
  101 device          random
  102 device          pty
  103 device          md
  104 device          gpio
  105 
  106 # USB support
  107 options         USB_HOST_ALIGN=32       # Align usb buffers to cache line size.
  108 device          usb
  109 options         USB_DEBUG
  110 #options        USB_REQ_DEBUG
  111 #options        USB_VERBOSE
  112 #device         musb
  113 device          ehci
  114 #device         ohci
  115 
  116 device          umass
  117 device          scbus                   # SCSI bus (required for ATA/SCSI)
  118 device          da                      # Direct Access (disks)
  119 device          pass
  120 
  121 # SATA
  122 #device         ata
  123 #device         atadisk
  124 #device         mvs
  125 
  126 device          nand
  127 
  128 # Serial ports
  129 device          uart
  130 
  131 # I2C (TWSI)
  132 device          iic
  133 device          iicbus
  134 
  135 # Ethernet
  136 device          ether
  137 device          ffec
  138 
  139 # USB ethernet support, requires miibus
  140 device          miibus
  141 device          axe                     # ASIX Electronics USB Ethernet
  142 device          bpf                     # Berkeley packet filter
  143 
  144 device          sound
  145 
  146 # Framebuffer
  147 device          vt
  148 device          kbdmux
  149 options         SC_DFLT_FONT            # compile font in
  150 makeoptions     SC_DFLT_FONT=cp437
  151 device          ukbd
  152 
  153 # Flattened Device Tree
  154 options         FDT                     # Configure using FDT/DTB data

Cache object: 3197f67fc58bd65ae8cb88ac9180b5b3


[ 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.