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

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 # X1000 -- Kernel config for Ingenic X1000 boards
    2 #
    3 # $FreeBSD$
    4 
    5 #NO_UNIVERSE
    6 
    7 ident           X1000
    8 machine         mips mipsel
    9 cpu             CPU_XBURST
   10 cpu             CPU_MIPS4KC
   11 
   12 makeoptions     KERNLOADADDR=0x80020000
   13 makeoptions     ARCH_FLAGS="-EL -march=mips32r2"
   14 
   15 # Don't build any modules yet.
   16 makeoptions     MODULES_OVERRIDE=""
   17 
   18 files           "../ingenic/files.x1000"
   19 hints           "X1000.hints"           #Default places to look for devices.
   20 
   21 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   22 
   23 options         INTRNG                  # Borrow interrupt code from ARM
   24 options         MIPS_NIRQ=264           # 8 cpuintc + 64 intc + 6 * 23 gpio
   25 
   26 options         DDB
   27 options         KDB
   28 options         BREAK_TO_DEBUGGER
   29 
   30 options         COMPAT_FREEBSD10
   31 options         COMPAT_FREEBSD11
   32 
   33 options         SCHED_4BSD              #4BSD scheduler
   34 options         INET                    #InterNETworking
   35 options         NFSCL                   #Network Filesystem Client
   36 options         NFS_ROOT                #NFS usable as /, requires NFSCL
   37 options         NFSLOCKD                #Network Lock Manager
   38 options         PSEUDOFS                #Pseudo-filesystem framework
   39 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
   40 
   41 options         FFS                     #Berkeley Fast Filesystem
   42 options         SOFTUPDATES             #Enable FFS soft updates support
   43 options         UFS_ACL                 #Support for access control lists
   44 options         UFS_DIRHASH             #Improve performance on big directories
   45 #options        ROOTDEVNAME=\"ufs:ada0\"
   46 
   47 options         GEOM_LABEL              # Provides labelization
   48 options         GEOM_PART_GPT           # GUID Partition Tables.
   49 #options        GEOM_RAID               # Soft RAID functionality.
   50 
   51 # Debugging for use in -current
   52 #options        DEADLKRES               #Enable the deadlock resolver
   53 options         INVARIANTS              #Enable calls of extra sanity checking
   54 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
   55 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
   56 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
   57 
   58 device          loop
   59 device          ether
   60 #device         le
   61 device          miibus
   62 device          bpf
   63 device          md
   64 device          uart
   65 device          random
   66 
   67 device          fdt_pinctrl
   68 
   69 device          clk
   70 device          regulator
   71 options         EXT_RESOURCES
   72 
   73 device          gpio
   74 
   75 device          scbus
   76 device          da
   77 
   78 device          mmc
   79 device          mmcsd
   80 
   81 # USB support
   82 #options        USB_DEBUG       # enable debug msgs
   83 #options        USB_HOST_ALIGN=128 # L2 cache line size
   84 #device         ohci            # OHCI PCI->USB interface
   85 #device         ehci            # EHCI PCI->USB interface (USB 2.0)
   86 #device         dwcotg          # DesignWare HS OTG controller
   87 #device         usb             # USB Bus (required)
   88 #device         udbp            # USB Double Bulk Pipe devices
   89 #device         uhid            # "Human Interface Devices"
   90 #device         ulpt            # Printer
   91 #device         umass           # Disks/Mass storage - Requires scbus and da
   92 #device         ums             # Mouse
   93 
   94 # FDT support
   95 options         FDT

Cache object: ca74a650a4ba0738305483fd723a4cc6


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