Kconfig 148 B

12345678910
  1. #
  2. # Architectures that offer an FTRACE implementation should select HAVE_FTRACE:
  3. #
  4. config HAVE_FTRACE
  5. bool
  6. config TRACING
  7. bool
  8. select DEBUG_FS