Kconfig.debug 918 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. menu "Kernel hacking"
  2. source "lib/Kconfig.debug"
  3. config FULLDEBUG
  4. bool "Full Symbolic/Source Debugging support"
  5. help
  6. Enable debuging symbols on kernel build.
  7. config HIGHPROFILE
  8. bool "Use fast second timer for profiling"
  9. depends on COLDFIRE
  10. help
  11. Use a fast secondary clock to produce profiling information.
  12. config BOOTPARAM
  13. bool 'Compiled-in Kernel Boot Parameter'
  14. config BOOTPARAM_STRING
  15. string 'Kernel Boot Parameter'
  16. default 'console=ttyS0,19200'
  17. depends on BOOTPARAM
  18. config DUMPTOFLASH
  19. bool "Panic/Dump to FLASH"
  20. depends on COLDFIRE
  21. help
  22. Dump any panic of trap output into a flash memory segment
  23. for later analysis.
  24. config NO_KERNEL_MSG
  25. bool "Suppress Kernel BUG Messages"
  26. help
  27. Do not output any debug BUG messages within the kernel.
  28. config BDM_DISABLE
  29. bool "Disable BDM signals"
  30. depends on (EXPERIMENTAL && COLDFIRE)
  31. help
  32. Disable the ColdFire CPU's BDM signals.
  33. endmenu