Advertisement
olivier

config

Sep 20th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. include GENERIC
  2. ident MYKERNEL
  3.  
  4. options IPSEC
  5. device crypto
  6.  
  7. options OFED # Infiniband protocol
  8.  
  9. device mlx4ib # ConnectX Infiniband support
  10. device mlxen # ConnectX Ethernet support
  11. device mthca # Infinihost cards
  12. device ipoib # IP over IB devices
  13.  
  14. options ATA_CAM # Handle legacy controllers with CAM
  15. options ATA_STATIC_ID # Static device numbering
  16.  
  17. options KDB
  18. options DDB
  19.  
  20. options KDTRACE_HOOKS # all architectures - enable general DTrace hooks
  21. options DDB_CTF # all architectures - kernel ELF linker loads CTF data
  22. options KDTRACE_FRAME # amd64 - ensure frames are compiled in
  23. makeoptions WITH_CTF=1
  24. makeoptions DEBUG=-g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement