MPC85XX 2.2 KB

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