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/powerpc/conf/QORIQ64

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 # Custom kernel for Freescale QorIQ (P5xxx, Txxxx) based boards, like
    3 # AmigaOne X5000
    4 #
    5 # $FreeBSD$
    6 #
    7 
    8 cpu             BOOKE
    9 cpu             BOOKE_E500
   10 ident           QORIQ64
   11 
   12 machine         powerpc powerpc64
   13 
   14 include         "dpaa/config.dpaa"
   15 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   16 makeoptions     WITH_CTF=1
   17 #makeoptions    WERROR="-Werror -Wno-format"
   18 
   19 options         FPU_EMU
   20 options         MAXCPU=32
   21 
   22 options         _KPOSIX_PRIORITY_SCHEDULING
   23 options         ALT_BREAK_TO_DEBUGGER
   24 options         BREAK_TO_DEBUGGER
   25 options         BOOTP
   26 options         BOOTP_NFSROOT
   27 #options        BOOTP_NFSV3
   28 options         CD9660
   29 #options        COMPAT_43
   30 options         COMPAT_FREEBSD32        #Compatible with FreeBSD/powerpc binaries
   31 options         DDB
   32 #options        DEADLKRES
   33 options         DEVICE_POLLING
   34 #options        DIAGNOSTIC
   35 options         FDT
   36 #makeoptions    FDT_DTS_FILE=mpc8555cds.dts
   37 options         FFS                     #Berkeley Fast Filesystem
   38 options         SOFTUPDATES             #Enable FFS soft updates support
   39 options         UFS_ACL                 #Support for access control lists
   40 options         UFS_DIRHASH             #Improve performance on big directories
   41 options         UFS_GJOURNAL            #Enable gjournal-based UFS journaling
   42 options         QUOTA                   #Enable disk quotas for UFS
   43 options         GDB
   44 options         GEOM_PART_GPT
   45 options         GEOM_LABEL              #Provides labelization
   46 options         INET
   47 options         INET6
   48 options         TCP_HHOOK               # hhook(9) framework for TCP
   49 options         INVARIANTS
   50 options         INVARIANT_SUPPORT
   51 options         KDB
   52 options         KDB_TRACE               # Print a stack trace for a panic.
   53 options         KTRACE
   54 options         MD_ROOT
   55 options         MPC85XX
   56 options         MSDOSFS
   57 options         NFS_ROOT
   58 options         NFSCL
   59 options         NFSLOCKD
   60 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
   61 options         PROCFS
   62 options         PSEUDOFS
   63 options         SCHED_ULE
   64 options         CAPABILITIES
   65 options         CAPABILITY_MODE
   66 options         SMP
   67 options         STACK                   #stack(9) support
   68 options         SYSVMSG
   69 options         SYSVSEM
   70 options         SYSVSHM
   71 options         WITNESS
   72 options         WITNESS_SKIPSPIN
   73 options         HWPMC_HOOKS
   74 options         KDTRACE_HOOKS           # Kernel DTrace hooks
   75 options         DDB_CTF                 # Kernel ELF linker loads CTF data
   76 
   77 device          ata
   78 device          bpf
   79 device          cfi
   80 device          crypto
   81 device          cryptodev
   82 device          da
   83 device          ds1307
   84 device          ds1553
   85 device          iflib
   86 device          em
   87 device          alc
   88 device          dpaa
   89 device          ether
   90 device          fxp
   91 device          gpio
   92 device          gpiopower
   93 device          iic
   94 device          iicbus
   95 #device         isa
   96 device          loop
   97 device          md
   98 device          miibus
   99 device          mmc
  100 device          mmcsd
  101 device          pass
  102 device          pci
  103 #device         rl
  104 device          scbus
  105 device          scc
  106 device          sdhci
  107 device          spibus
  108 device          spigen
  109 device          tuntap
  110 device          uart
  111 options         USB_DEBUG       # enable debug msgs
  112 #device         uhci
  113 device          ehci
  114 device          umass
  115 device          usb
  116 device          vlan
  117 
  118 # Desktop related
  119 device          vt
  120 device          fbd
  121 options         KBD_INSTALL_CDEV
  122 device          ukbd
  123 device          ums
  124 
  125 # HID support
  126 options         HID_DEBUG       # enable debug msgs
  127 device          hid             # Generic HID support

Cache object: 3b82bc20db3ad56e30cd341c45f26c78


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