]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: gpib: disable CONFIG_GPIB_KERNEL_DEBUG
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 13:26:51 +0000 (15:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 13:30:48 +0000 (15:30 +0200)
It breaks the build so disable that option for now.

It shouldn't be needed anyway, the normal in-kernel debugging facilities
should be used instead.

Cc: Dave Penkler <dpenkler@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/Kconfig

index 8849685350d972a0cb9fed09081283036b6fab0b..a628bc5240a326080e0842b2f3e3bbeb367c19b7 100644 (file)
@@ -14,6 +14,7 @@ if GPIB
 
 config GPIB_KERNEL_DEBUG
        bool "GPIB debugging"
+       depends on BROKEN
        help
          This is an option for use by developers; most people should
          say N here.