Skip to content

Commit 80242c4

Browse files
dpenklergregkh
authored andcommitted
staging: gpib: Workaround for ppc build failure
Make GPIB_FMH depend on !PPC Reported_by: Stephen Rothwell <sfr@canb.auug.org.au> 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 <dpenkler@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f580786 commit 80242c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/gpib/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ config GPIB_FMH
129129
tristate "FMH FPGA based devices"
130130
select GPIB_COMMON
131131
select GPIB_NEC7210
132-
depends on BROKEN
132+
depends on !PPC
133133
depends on OF && PCI
134134
help
135135
GPIB driver for fmhess FPGA based devices

0 commit comments

Comments
 (0)