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

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 # QCA953x -- Kernel configuration base file for the Qualcomm Atheros QCA953x 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           QCA953X_BASE
   15 cpu             CPU_MIPS24K
   16 makeoptions     KERNLOADADDR=0x80050000
   17 options         HZ=1000
   18 
   19 files           "../atheros/files.ar71xx"
   20 hints           "QCA953X_BASE.hints"
   21 
   22 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   23 makeoptions     MODULES_OVERRIDE="gpio ar71xx if_gif if_vlan if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr hwpmc ipfw"
   24 
   25 options         DDB
   26 options         KDB
   27 options         ALQ
   28 options         BREAK_TO_DEBUGGER
   29 
   30 options         SCHED_4BSD              #4BSD scheduler
   31 options         INET                    #InterNETworking
   32 #options        INET6                   #InterNETworking
   33 options         TCP_HHOOK               # hhook(9) framework for TCP
   34 #options        NFSCL                   #Network Filesystem Client
   35 options         PSEUDOFS                #Pseudo-filesystem framework
   36 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   37 
   38 # PMC
   39 options         HWPMC_HOOKS
   40 
   41 # options       NFS_LEGACYRPC
   42 # Debugging for use in -current
   43 options         INVARIANTS
   44 options         INVARIANT_SUPPORT
   45 options         WITNESS
   46 options         WITNESS_SKIPSPIN
   47 options         FFS                     #Berkeley Fast Filesystem
   48 #options        SOFTUPDATES             #Enable FFS soft updates support
   49 #options        UFS_ACL                 #Support for access control lists
   50 #options        UFS_DIRHASH             #Improve performance on big directories
   51 options         NO_FFS_SNAPSHOT         # We don't require snapshot support
   52 
   53 include         "std.AR_MIPS_BASE"
   54 makeoptions     MODULES_OVERRIDE+="hwpmc_mips24k"
   55 
   56 # EEPROM caldata for AHB connected device
   57 options         AR71XX_ATH_EEPROM
   58 device          ar71xx_caldata
   59 device          firmware
   60 
   61 # Support QCA9530 in the HAL
   62 options         AH_SUPPORT_QCA9530      # Chipset support
   63 
   64 # Support EEPROM caldata in AHB devices
   65 options         ATH_EEPROM_FIRMWARE
   66 
   67 device          usb
   68 device          ehci
   69 
   70 device          scbus
   71 device          umass
   72 device          da
   73 
   74 # Handle 25MHz refclock by allowing a higher baudrate error tolerance.
   75 device          uart_ar71xx
   76 options         UART_DEV_TOLERANCE_PCT=50
   77 
   78 device          ar71xx_apb
   79 

Cache object: 08c7eed86fd3f9228a1ddf1e6ed63873


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