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

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 # CANNA -- Kernel config for Ingenic CANNA board
    2 #
    3 # $FreeBSD$
    4 
    5 #NO_UNIVERSE
    6 
    7 include         "X1000"
    8 ident           CANNA
    9 
   10 options         FDT_DTB_STATIC
   11 makeoptions     FDT_DTS_FILE=ingenic/canna.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 options         ROOTDEVNAME=\"ufs:mmcsd0s3\"
   26 
   27 makeoptions     TRAMPLOADADDR=0x88000000
   28 
   29 device          sound
   30 device          xdma
   31 
   32 #options        VERBOSE_SYSINIT
   33 options         PRINTF_BUFR_SIZE=256

Cache object: 24cbcd7bc383cdebd9150e9515f62b1d


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