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/mips/conf/std.MALTA

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 # MALTA_COMMON -- Common kernel config options for MALTA boards
    2 #
    3 # $FreeBSD$
    4 
    5 options         YAMON
    6 
    7 options         TICK_USE_YAMON_FREQ=defined
    8 #options        TICK_USE_MALTA_RTC=defined
    9 
   10 include         "../malta/std.malta"
   11 
   12 hints           "MALTA.hints"           #Default places to look for devices.
   13 
   14 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   15 
   16 options         DDB
   17 options         KDB
   18 
   19 options         SCHED_4BSD              #4BSD scheduler
   20 options         INET                    #InterNETworking
   21 options         TCP_HHOOK               # hhook(9) framework for TCP
   22 options         NFSCL                   #Network Filesystem Client
   23 options         NFS_ROOT                #NFS usable as /, requires NFSCL
   24 options         PSEUDOFS                #Pseudo-filesystem framework
   25 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   26 options         CAPABILITY_MODE         # Capsicum capability mode
   27 options         CAPABILITIES            # Capsicum capabilities
   28 
   29 options         TMPFS                   #Efficient memory filesystem
   30 
   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:ada0\"
   36 
   37 options         GEOM_LABEL              # Provides labelization
   38 options         GEOM_PART_GPT           # GUID Partition Tables.
   39 options         GEOM_RAID               # Soft RAID functionality.
   40 
   41 # Debugging for use in -current
   42 #options        DEADLKRES               #Enable the deadlock resolver
   43 options         INVARIANTS              #Enable calls of extra sanity checking
   44 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   45 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
   46 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
   47 
   48 # Kernel dump features.
   49 options         ZSTDIO                  # zstd-compressed kernel and user dumps
   50 
   51 device          loop
   52 device          ether
   53 device          le
   54 device          miibus
   55 device          bpf
   56 device          md
   57 device          uart
   58 
   59 # VirtIO support
   60 device          virtio          # Generic VirtIO bus (required)
   61 device          virtio_pci      # VirtIO PCI Interface
   62 device          vtnet           # VirtIO Ethernet device
   63 device          virtio_blk      # VirtIO Block device
   64 device          virtio_random   # VirtIO Entropy device

Cache object: 6352ae5b8e8bfa4dd7e2b5f222544f06


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