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

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 MPC85XX development boards like the CDS etc.
    3 #
    4 # $FreeBSD$
    5 #
    6 
    7 cpu             BOOKE
    8 cpu             BOOKE_E500
    9 ident           MPC85XXSPE
   10 
   11 machine         powerpc powerpcspe
   12 
   13 include         "dpaa/config.dpaa"
   14 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
   15 makeoptions     WITH_CTF=1
   16 
   17 options         FPU_EMU
   18 options         MAXCPU=2
   19 
   20 options         _KPOSIX_PRIORITY_SCHEDULING
   21 options         ALT_BREAK_TO_DEBUGGER
   22 options         BREAK_TO_DEBUGGER
   23 options         BOOTP
   24 options         BOOTP_NFSROOT
   25 #options        BOOTP_NFSV3
   26 options         CD9660
   27 options         COMPAT_43
   28 options         DDB
   29 #options        DEADLKRES
   30 options         DEVICE_POLLING
   31 #options        DIAGNOSTIC
   32 options         FDT
   33 #makeoptions    FDT_DTS_FILE=mpc8555cds.dts
   34 options         FFS
   35 options         GDB
   36 options         GEOM_PART_GPT
   37 options         INET
   38 options         INET6
   39 options         TCP_HHOOK               # hhook(9) framework for TCP
   40 options         INVARIANTS
   41 options         INVARIANT_SUPPORT
   42 options         KDB
   43 options         KTRACE
   44 options         MD_ROOT
   45 options         MPC85XX
   46 options         MSDOSFS
   47 options         NFS_ROOT
   48 options         NFSCL
   49 options         NFSLOCKD
   50 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
   51 options         PROCFS
   52 options         PSEUDOFS
   53 options         SCHED_ULE
   54 options         CAPABILITIES
   55 options         CAPABILITY_MODE
   56 options         SMP
   57 options         SYSVMSG
   58 options         SYSVSEM
   59 options         SYSVSHM
   60 options         WITNESS
   61 options         WITNESS_SKIPSPIN
   62 options         COMPAT_FREEBSD10
   63 options         COMPAT_FREEBSD11
   64 options         COMPAT_FREEBSD12
   65 options         HWPMC_HOOKS
   66 options         KDTRACE_HOOKS           # Kernel DTrace hooks
   67 options         DDB_CTF                 # Kernel ELF linker loads CTF data
   68 
   69 device          ata
   70 device          bpf
   71 device          cfi
   72 device          cpufreq
   73 device          crypto
   74 device          cryptodev
   75 device          da
   76 device          ds1307
   77 device          ds1553
   78 device          iflib
   79 device          em
   80 device          alc
   81 device          ether
   82 device          fxp
   83 device          gpio
   84 device          gpiopower
   85 device          iic
   86 device          iicbus
   87 #device         isa
   88 device          loop
   89 device          md
   90 device          miibus
   91 device          mmc
   92 device          mmcsd
   93 device          pass
   94 device          pci
   95 device          quicc
   96 #device         rl
   97 device          scbus
   98 device          scc
   99 device          sdhci
  100 device          sec
  101 device          spibus
  102 device          spigen
  103 device          tsec
  104 device          dpaa
  105 device          tuntap
  106 device          uart
  107 options         USB_DEBUG       # enable debug msgs
  108 #device         uhci
  109 device          ehci
  110 device          ukbd
  111 device          ums
  112 device          umass
  113 device          usb
  114 device          vlan
  115 
  116 # P1022 DIU
  117 device          diu
  118 device          videomode
  119 device          vt
  120 device          fbd
  121 
  122 # HID support
  123 options         HID_DEBUG       # enable debug msgs
  124 device          hid             # Generic HID support

Cache object: 9d279d31c0a1601b62fa7ed462bdb1d6


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