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

FreeBSD/Linux Kernel Cross Reference
sys/arm/conf/DB-88F6XXX

Version: -  FREEBSD  -  FREEBSD8  -  FREEBSD7  -  FREEBSD72  -  FREEBSD71  -  FREEBSD70  -  FREEBSD6  -  FREEBSD64  -  FREEBSD63  -  FREEBSD62  -  FREEBSD61  -  FREEBSD60  -  FREEBSD5  -  FREEBSD55  -  FREEBSD54  -  FREEBSD53  -  FREEBSD52  -  FREEBSD51  -  FREEBSD50  -  FREEBSD4  -  FREEBSD3  -  FREEBSD22  -  linux-2.6  -  linux-2.4.22  -  MK83  -  MK84  -  PLAN9  -  DFBSD  -  NETBSD  -  NETBSD5  -  NETBSD4  -  NETBSD3  -  NETBSD20  -  OPENBSD  -  xnu-517  -  xnu-792  -  xnu-792.6.70  -  xnu-1228  -  xnu-1456.1.26  -  OPENSOLARIS  -  minix-3-1-1  -  FREEBSD-LIBC  -  FREEBSD7-LIBC  -  FREEBSD6-LIBC  -  GLIBC27 
SearchContext: -  none  -  3  -  10 

    1 #
    2 # Custom kernel for Marvell DB-88F6xxx boards.
    3 #
    4 # $FreeBSD: head/sys/arm/conf/DB-88F6XXX 207077 2010-04-22 21:31:34Z thompsa $
    5 #
    6 
    7 ident           DB-88F6XXX
    8 include         "../mv/kirkwood/std.db88f6xxx"
    9 
   10 options         SOC_MV_KIRKWOOD
   11 makeoptions     MODULES_OVERRIDE=""
   12 
   13 #makeoptions    DEBUG=-g                #Build kernel with gdb(1) debug symbols
   14 makeoptions     WERROR="-Werror"
   15 
   16 options         SCHED_4BSD              #4BSD scheduler
   17 options         INET                    #InterNETworking
   18 options         INET6                   #IPv6 communications protocols
   19 options         FFS                     #Berkeley Fast Filesystem
   20 options         NFSCLIENT               #Network Filesystem Client
   21 options         NFSLOCKD                #Network Lock Manager
   22 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
   23 options         BOOTP
   24 options         BOOTP_NFSROOT
   25 options         BOOTP_NFSV3
   26 options         BOOTP_WIRED_TO=mge0
   27 
   28 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
   29 
   30 options         SYSVSHM                 #SYSV-style shared memory
   31 options         SYSVMSG                 #SYSV-style message queues
   32 options         SYSVSEM                 #SYSV-style semaphores
   33 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   34 options         MUTEX_NOINLINE
   35 options         RWLOCK_NOINLINE
   36 options         NO_FFS_SNAPSHOT
   37 options         NO_SWAPPING
   38 
   39 # Debugging
   40 options         ALT_BREAK_TO_DEBUGGER
   41 options         DDB
   42 #options        DEADLKRES               #Enable the deadlock resolver
   43 options         DIAGNOSTIC
   44 #options        INVARIANTS              #Enable calls of extra sanity checking
   45 #options        INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   46 options         KDB
   47 options         WITNESS                 #Enable checks to detect deadlocks and cycles
   48 options         WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
   49 #options        WITNESS_KDB
   50 
   51 device          pci
   52 
   53 # Pseudo devices
   54 device          loop
   55 device          md
   56 device          pty
   57 device          random
   58 
   59 # Serial ports
   60 device          uart
   61 
   62 # Networking
   63 device          ether
   64 device          mge                     # Marvell Gigabit Ethernet controller
   65 device          mii
   66 device          e1000phy
   67 device          bpf
   68 
   69 # USB
   70 options         USB_DEBUG       # enable debug msgs
   71 device          usb
   72 device          ehci
   73 device          umass
   74 device          scbus
   75 device          pass
   76 device          da
   77 
   78 # I2C (TWSI)
   79 device          iic
   80 device          iicbus
   81 
   82 # SATA
   83 device          ata
   84 device          atadisk

Cache object: 03959e7da8e84d032ec12adc387a5650


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