staging: gpib: disable CONFIG_GPIB_KERNEL_DEBUG

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>
This commit is contained in:
Greg Kroah-Hartman 2024-10-10 15:26:51 +02:00
parent 165e8cc3cf
commit b06f824945

View 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.