Kconfig.debug 760 B

1234567891011121314151617181920212223242526272829303132333435
  1. menu "Kernel hacking"
  2. source "lib/Kconfig.debug"
  3. config FULLDEBUG
  4. bool "Full Symbolic/Source Debugging support"
  5. help
  6. Enable debugging 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 NO_KERNEL_MSG
  19. bool "Suppress Kernel BUG Messages"
  20. help
  21. Do not output any debug BUG messages within the kernel.
  22. config BDM_DISABLE
  23. bool "Disable BDM signals"
  24. depends on (EXPERIMENTAL && COLDFIRE)
  25. help
  26. Disable the ColdFire CPU's BDM signals.
  27. endmenu