thunderbolt: Use "if USB4" instead of "depends on" in Kconfig
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 24 Aug 2020 10:55:52 +0000 (13:55 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 16 Sep 2020 11:57:46 +0000 (14:57 +0300)
This groups the USB4 options more nicely, and also does not require that
every config option lists explicit depends on USB4.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/Kconfig

index afa3551..7fc058f 100644 (file)
@@ -16,9 +16,10 @@ menuconfig USB4
          To compile this driver a module, choose M here. The module will be
          called thunderbolt.
 
+if USB4
+
 config USB4_DEBUGFS_WRITE
        bool "Enable write by debugfs to configuration spaces (DANGEROUS)"
-       depends on USB4
        help
          Enables writing to device configuration registers through
          debugfs interface.
@@ -28,5 +29,6 @@ config USB4_DEBUGFS_WRITE
 
 config USB4_KUNIT_TEST
        bool "KUnit tests"
-       depends on USB4
        depends on KUNIT=y
+
+endif # USB4