From: Dave Penkler Date: Wed, 4 Dec 2024 13:47:36 +0000 (+0100) Subject: staging: gpib: Workaround for ppc build failure X-Git-Tag: v6.13-rc3~12^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80242c4a9d50e71a4df1b7fa19b922ac88aab22b;p=thirdparty%2Flinux.git staging: gpib: Workaround for ppc build failure Make GPIB_FMH depend on !PPC Reported_by: Stephen Rothwell Link: https://lore.kernel.org/all/20241015165538.634707e5@canb.auug.org.au/ Link: https://lore.kernel.org/r/20241204134736.6660-1-dpenkler@gmail.com Signed-off-by: Dave Penkler Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gpib/Kconfig b/drivers/staging/gpib/Kconfig index 9ee4323164654..fb865d5b721ea 100644 --- a/drivers/staging/gpib/Kconfig +++ b/drivers/staging/gpib/Kconfig @@ -129,7 +129,7 @@ config GPIB_FMH tristate "FMH FPGA based devices" select GPIB_COMMON select GPIB_NEC7210 - depends on BROKEN + depends on !PPC depends on OF && PCI help GPIB driver for fmhess FPGA based devices