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

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 # Custom kernel for the TS-7800 board.
    3 #
    4 # $FreeBSD: releng/9.0/sys/arm/conf/TS7800 224699 2011-08-07 20:16:46Z rmacklem $
    5 #
    6 
    7 ident           TS7800
    8 include         "../mv/orion/std.ts7800"
    9 
   10 options         SOC_MV_ORION
   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         SOFTUPDATES             # Enable FFS soft updates support
   21 options         NFSCL                   #New Network Filesystem Client
   22 options         NFSLOCKD                #Network Lock Manager
   23 options         NFS_ROOT                #NFS usable as /, requires NFSCL
   24 options         BOOTP
   25 options         BOOTP_NFSROOT
   26 options         BOOTP_NFSV3
   27 options         BOOTP_WIRED_TO=mge0
   28 
   29 options         SYSVSHM                 #SYSV-style shared memory
   30 options         SYSVMSG                 #SYSV-style message queues
   31 options         SYSVSEM                 #SYSV-style semaphores
   32 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   33 options         MUTEX_NOINLINE
   34 options         RWLOCK_NOINLINE
   35 options         NO_FFS_SNAPSHOT
   36 options         NO_SWAPPING
   37 
   38 # Debugging
   39 options         ALT_BREAK_TO_DEBUGGER
   40 options         DDB
   41 options         KDB
   42 options         GDB                     # Support remote GDB.
   43 
   44 device          mvs
   45 device          pci
   46 
   47 # Pseudo devices
   48 device          md
   49 device          loop
   50 device          pty
   51 device          random
   52 
   53 # Serial ports
   54 device          uart
   55 
   56 # Networking
   57 device          ether
   58 device          mge                     # Marvell Gigabit Ethernet controller
   59 device          mii
   60 device          e1000phy
   61 device          bpf
   62 options         HZ=1000
   63 
   64 # USB
   65 device          usb
   66 device          ehci
   67 device          umass
   68 device          scbus
   69 device          pass
   70 device          da
   71 
   72 # SATA
   73 device          ata
   74 options         ATA_CAM
   75 
   76 # Flattened Device Tree
   77 options         FDT
   78 options         FDT_DTB_STATIC
   79 makeoptions     FDT_DTS_FILE=ts7800.dts
   80 

Cache object: 125f8af187ca528398191a50ec463847


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