MPC85XXSPE 2.2 KB

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