Advertisement
Guest User

config

a guest
Sep 6th, 2014
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. # zcat /proc/config.gz | grep DEBUG
  2.  
  3. CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
  4. # CONFIG_CGROUP_DEBUG is not set
  5. # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
  6. CONFIG_SLUB_DEBUG=y
  7. CONFIG_HAVE_DMA_API_DEBUG=y
  8. CONFIG_X86_DEBUGCTLMSR=y
  9. # CONFIG_DEBUG_HOTPLUG_CPU0 is not set
  10. # CONFIG_PM_DEBUG is not set
  11. # CONFIG_ACPI_EC_DEBUGFS is not set
  12. # CONFIG_ACPI_DEBUG is not set
  13. # CONFIG_PCIEASPM_DEBUG is not set
  14. # CONFIG_PCI_DEBUG is not set
  15. # CONFIG_NETFILTER_DEBUG is not set
  16. # CONFIG_CFG80211_REG_DEBUG is not set
  17. # CONFIG_CFG80211_DEBUGFS is not set
  18. # CONFIG_MAC80211_DEBUGFS is not set
  19. # CONFIG_MAC80211_DEBUG_MENU is not set
  20. # CONFIG_DEBUG_DRIVER is not set
  21. CONFIG_DEBUG_DEVRES=y
  22. CONFIG_PNP_DEBUG_MESSAGES=y
  23. # CONFIG_ZRAM_DEBUG is not set
  24. # CONFIG_ATH_DEBUG is not set
  25. # CONFIG_ATH9K_DEBUGFS is not set
  26. # CONFIG_ATH9K_HTC_DEBUGFS is not set
  27. # CONFIG_IWLWIFI_DEBUG is not set
  28. # CONFIG_I2C_DEBUG_CORE is not set
  29. # CONFIG_I2C_DEBUG_ALGO is not set
  30. # CONFIG_I2C_DEBUG_BUS is not set
  31. # CONFIG_DEBUG_PINCTRL is not set
  32. # CONFIG_POWER_SUPPLY_DEBUG is not set
  33. # CONFIG_HWMON_DEBUG_CHIP is not set
  34. # CONFIG_VIDEO_ADV_DEBUG is not set
  35. # CONFIG_SND_DEBUG is not set
  36. # CONFIG_USB_DEBUG is not set
  37. # CONFIG_USB_STORAGE_DEBUG is not set
  38. # CONFIG_USB_SERIAL_DEBUG is not set
  39. # CONFIG_EDAC_DEBUG is not set
  40. # CONFIG_RTC_DEBUG is not set
  41. # CONFIG_DMADEVICES_DEBUG is not set
  42. # CONFIG_RTS5139_DEBUG is not set
  43. # CONFIG_EXT4_DEBUG is not set
  44. # CONFIG_JBD_DEBUG is not set
  45. # CONFIG_JBD2_DEBUG is not set
  46. # CONFIG_QUOTA_DEBUG is not set
  47. # CONFIG_FSCACHE_DEBUG is not set
  48. # CONFIG_NTFS_DEBUG is not set
  49. # CONFIG_SUNRPC_DEBUG is not set
  50. CONFIG_CIFS_DEBUG=y
  51. # CONFIG_CIFS_DEBUG2 is not set
  52. # CONFIG_DYNAMIC_DEBUG is not set
  53. # CONFIG_DEBUG_INFO is not set
  54. CONFIG_DEBUG_FS=y
  55. # CONFIG_DEBUG_SECTION_MISMATCH is not set
  56. # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
  57. CONFIG_DEBUG_KERNEL=y
  58. # CONFIG_DEBUG_PAGEALLOC is not set
  59. # CONFIG_DEBUG_OBJECTS is not set
  60. # CONFIG_SLUB_DEBUG_ON is not set
  61. CONFIG_HAVE_DEBUG_KMEMLEAK=y
  62. # CONFIG_DEBUG_KMEMLEAK is not set
  63. # CONFIG_DEBUG_STACK_USAGE is not set
  64. # CONFIG_DEBUG_VM is not set
  65. # CONFIG_DEBUG_VIRTUAL is not set
  66. # CONFIG_DEBUG_MEMORY_INIT is not set
  67. # CONFIG_DEBUG_PER_CPU_MAPS is not set
  68. CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
  69. CONFIG_DEBUG_STACKOVERFLOW=y
  70. # CONFIG_DEBUG_SHIRQ is not set
  71. # CONFIG_SCHED_DEBUG is not set
  72. # CONFIG_DEBUG_RT_MUTEXES is not set
  73. # CONFIG_DEBUG_SPINLOCK is not set
  74. # CONFIG_DEBUG_MUTEXES is not set
  75. # CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
  76. # CONFIG_DEBUG_LOCK_ALLOC is not set
  77. # CONFIG_DEBUG_ATOMIC_SLEEP is not set
  78. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  79. # CONFIG_DEBUG_KOBJECT is not set
  80. CONFIG_DEBUG_BUGVERBOSE=y
  81. # CONFIG_DEBUG_WRITECOUNT is not set
  82. # CONFIG_DEBUG_LIST is not set
  83. # CONFIG_DEBUG_SG is not set
  84. # CONFIG_DEBUG_NOTIFIERS is not set
  85. # CONFIG_DEBUG_CREDENTIALS is not set
  86. # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
  87. CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
  88. # CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
  89. # CONFIG_DMA_API_DEBUG is not set
  90. CONFIG_DEBUG_RODATA=y
  91. # CONFIG_DEBUG_RODATA_TEST is not set
  92. # CONFIG_DEBUG_SET_MODULE_RONX is not set
  93. # CONFIG_DEBUG_NX_TEST is not set
  94. # CONFIG_DEBUG_TLBFLUSH is not set
  95. # CONFIG_IOMMU_DEBUG is not set
  96. CONFIG_DEBUG_BOOT_PARAMS=y
  97. # CONFIG_CPA_DEBUG is not set
  98. # CONFIG_DEBUG_NMI_SELFTEST is not set
  99. # CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set
  100. # CONFIG_KEYS_DEBUG_PROC_KEYS is not set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement