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/TP-WN1043ND

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 # TP-1043ND -- Kernel configuration file for the TP-Link WR-1043ND
    3 #
    4 # $FreeBSD$
    5 #
    6 
    7 #NO_UNIVERSE
    8 
    9 # Include the default AR913x parameters common to all AR913x SoC users.
   10 include         "std.AR91XX"
   11 
   12 ident           TP-WN1043ND
   13 
   14 # Override hints with board values
   15 hints           "TP-WN1043ND.hints"
   16 
   17 # Force the board memory - 32mb
   18 options         AR71XX_REALMEM=32*1024*1024
   19 
   20 # i2c GPIO bus
   21 device          gpio
   22 device          gpioiic
   23 device          iicbb
   24 device          iicbus
   25 device          iic
   26 
   27 # ethernet switch device
   28 device          etherswitch
   29 
   30 # RTL8366RB support
   31 device          mdio
   32 device          rtl8366rb
   33 
   34 # read MSDOS formatted disks - USB
   35 options         MSDOSFS
   36 
   37 # Enable the uboot environment stuff rather then the
   38 # redboot stuff.
   39 options         AR71XX_ENV_UBOOT
   40 
   41 # uncompress - to boot natively from flash
   42 device          xz
   43 options        GEOM_UZIP
   44 
   45 # Used for the static uboot partition map
   46 device          geom_map
   47 
   48 # Boot off of the rootfs, as defined in the geom_map setup.
   49 options                ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
   50 
   51 # We bite the performance overhead for now; the kernel won't
   52 # fit if the mutexes are inlined.
   53 options        MUTEX_NOINLINE
   54 options        RWLOCK_NOINLINE
   55 options        SX_NOINLINE
   56 
   57 # Remove everything we don't need.  We need a _really_ small kernel!
   58 nooptions      INVARIANTS
   59 nooptions      INVARIANT_SUPPORT
   60 nooptions      WITNESS
   61 nooptions      WITNESS_SKIPSPIN
   62 nooptions      DEBUG_REDZONE
   63 nooptions      DEBUG_MEMGUARD

Cache object: fd29f189144104d2af92a9c8b3c85472


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