Merge tag 'pci-v4.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[firefly-linux-kernel-4.4.55.git] / arch / tile / Kconfig.debug
index 9165ea979e85dcf2aa057ae23a780ec70c7eda97..19734d3ab1e877e14df5b353399e6191d88016ec 100644 (file)
@@ -14,14 +14,12 @@ config EARLY_PRINTK
          with klogd/syslogd. You should normally N here,
          unless you want to debug such a crash.
 
-config DEBUG_EXTRA_FLAGS
-       string "Additional compiler arguments when building with '-g'"
-       depends on DEBUG_INFO
-       default ""
+config TILE_HVGLUE_TRACE
+       bool "Provide wrapper functions for hypervisor ABI calls"
+       default n
        help
-         Debug info can be large, and flags like
-         `-femit-struct-debug-baseonly' can reduce the kernel file
-         size and build time noticeably.  Such flags are often
-         helpful if the main use of debug info is line number info.
+         Provide wrapper functions for the hypervisor ABI calls
+         defined in arch/tile/kernel/hvglue.S.  This allows tracing
+         mechanisms, etc., to have visibility into those calls.
 
 endmenu