diff mbox series

thunderbolt: Mention Thunderbolt/USB4 debugging tools in Kconfig

Message ID 20240529125038.1051641-1-mika.westerberg@linux.intel.com
State New
Headers show
Series thunderbolt: Mention Thunderbolt/USB4 debugging tools in Kconfig | expand

Commit Message

Mika Westerberg May 29, 2024, 12:50 p.m. UTC
This allows the interested parties to find the Thunderbolt/USB4
debugging tools (aka tbtools) easier in case they need to look at the
information under debugfs entries.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Suggested-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
---
 drivers/thunderbolt/Kconfig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Mika Westerberg May 31, 2024, 10:20 a.m. UTC | #1
On Wed, May 29, 2024 at 03:50:38PM +0300, Mika Westerberg wrote:
> This allows the interested parties to find the Thunderbolt/USB4
> debugging tools (aka tbtools) easier in case they need to look at the
> information under debugfs entries.
> 
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> Suggested-by: Mario Limonciello <mario.limonciello@amd.com>
> Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>

Applied to thunderbolt.git/next.
diff mbox series

Patch

diff --git a/drivers/thunderbolt/Kconfig b/drivers/thunderbolt/Kconfig
index 448fd2ec8f6e..3e01f41e9d66 100644
--- a/drivers/thunderbolt/Kconfig
+++ b/drivers/thunderbolt/Kconfig
@@ -22,7 +22,11 @@  config USB4_DEBUGFS_WRITE
 	bool "Enable write by debugfs to configuration spaces (DANGEROUS)"
 	help
 	  Enables writing to device configuration registers through
-	  debugfs interface.
+	  debugfs interface. You can use tools such as Thunderbolt/USB4
+	  debugging tools to access these registers. For more
+	  information see:
+
+	    https://github.com/intel/tbtools
 
 	  Only enable this if you know what you are doing! Never enable
 	  this for production systems or distro kernels.