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

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 # AR91XX -- Kernel configuration base file for the Atheros AR913x SoC.
    3 #
    4 # This file (and the hints file accompanying it) are not designed to be
    5 # used by themselves. Instead, users of this file should create a kernel
    6 # config file which includes this file (which gets the basic hints), then
    7 # override the default options (adding devices as needed) and adding
    8 # hints as needed (for example, the GPIO and LAN PHY.)
    9 #
   10 # $FreeBSD$
   11 #
   12 
   13 machine         mips mips
   14 #ident          std.AR933X
   15 cpu             CPU_MIPS24K
   16 makeoptions     KERNLOADADDR=0x80050000
   17 options         HZ=1000
   18 
   19 files           "../atheros/files.ar71xx"
   20 hints           "AR933X_BASE.hints"
   21 
   22 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   23 
   24 options         DDB
   25 options         KDB
   26 options         ALQ
   27 
   28 options         SCHED_4BSD              #4BSD scheduler
   29 options         INET                    #InterNETworking
   30 #options        INET6                   #InterNETworking
   31 options         TCP_HHOOK               # hhook(9) framework for TCP
   32 #options        NFSCL                   #Network Filesystem Client
   33 options         PSEUDOFS                #Pseudo-filesystem framework
   34 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   35 
   36 # Enable boot time calibration hints
   37 options         AR71XX_ATH_EEPROM
   38 device          ar71xx_caldata
   39 device          firmware
   40 
   41 # PMC
   42 options         HWPMC_HOOKS
   43 
   44 # options       NFS_LEGACYRPC
   45 # Debugging for use in -current
   46 #options        INVARIANTS
   47 #options        INVARIANT_SUPPORT
   48 #options        WITNESS
   49 #options        WITNESS_SKIPSPIN
   50 options         FFS                     #Berkeley Fast Filesystem
   51 #options        SOFTUPDATES             #Enable FFS soft updates support
   52 #options        UFS_ACL                 #Support for access control lists
   53 #options        UFS_DIRHASH             #Improve performance on big directories
   54 options         NO_FFS_SNAPSHOT         # We don't require snapshot support
   55 
   56 include         "std.AR_MIPS_BASE"
   57 
   58 makeoptions     MODULES_OVERRIDE+="hwpmc_mips24k"
   59 
   60 # AR9330 support - everything shipping uses EEPROM for calibration data,
   61 # so always include this.
   62 option          AH_SUPPORT_AR9330       # Chipset support
   63 option          ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
   64 
   65 # Support EEPROM caldata in AHB devices
   66 options         ATH_EEPROM_FIRMWARE
   67 
   68 device          usb
   69 device          ehci
   70 
   71 device          scbus
   72 device          umass
   73 device          da
   74 
   75 device          ar71xx_apb
   76 
   77 device          uart_ar933x

Cache object: 638a46108d1c140898c07efa5ebfa4d5


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