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 <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dave Penkler <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
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)