From: Greg Kroah-Hartman Date: Thu, 10 Oct 2024 13:26:51 +0000 (+0200) Subject: staging: gpib: disable CONFIG_GPIB_KERNEL_DEBUG X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b06f824945644a44c6c9cfd6ca61d558f7981611;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gpib/Kconfig b/drivers/staging/gpib/Kconfig index 8849685350d9..a628bc5240a3 100644 --- a/drivers/staging/gpib/Kconfig +++ b/drivers/staging/gpib/Kconfig @@ -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.