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

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 # CI20 -- Kernel config for Creator CI20 board
    2 #
    3 # $FreeBSD$
    4 
    5 #NO_UNIVERSE
    6 
    7 include         "JZ4780"
    8 ident           CI20
    9 
   10 options         FDT_DTB_STATIC
   11 makeoptions     FDT_DTS_FILE=ingenic/ci20.dts
   12 
   13 #options        KTR
   14 #options        KTR_CPUMASK=0x3
   15 #options        KTR_MASK=(KTR_GEN)
   16 #options        KTR_COMPILE=(KTR_GEN)
   17 #options        KTR_VERBOSE
   18 
   19 # Uncomment for NFS root
   20 #options        BOOTP
   21 #options        BOOTP_NFSROOT
   22 #options        BOOTP_NFSV3
   23 #options        BOOTP_WIRED_TO=dme0
   24 #options        BOOTP_COMPAT
   25 
   26 options         ROOTDEVNAME=\"ufs:mmcsd0\"
   27 
   28 device          sound
   29 device          xdma
   30 
   31 makeoptions     TRAMPLOADADDR=0x88000000
   32 
   33 #options        VERBOSE_SYSINIT
   34 options         PRINTF_BUFR_SIZE=256

Cache object: 201e046fdea3e8f14886a3a041741c39


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