diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-16 10:48:28 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-16 10:53:02 +0300 |
| commit | afa0ab042efe968c0f234239cbaeede6f5779c86 (patch) | |
| tree | 1629b8f7cc432ffdfb5315f53ea904fa580df6be | |
| parent | e0eb7cc4d70d672cf9344916aba58136fd6e495e (diff) | |
| download | linux-afa0ab042efe968c0f234239cbaeede6f5779c86.tar.xz | |
staging: gpib: mark FMH driver as broken
When doing a 'make allyesconfig' things break in this driver due to
duplicate symbols, so mark it broken for now until that can be fixed up.
Cc: Dave Penkler <dpenkler@gmail.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20241015165538.634707e5@canb.auug.org.au
Link: https://lore.kernel.org/r/2024101628-jazz-radial-3400@gregkh
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/gpib/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/gpib/Kconfig b/drivers/staging/gpib/Kconfig index 9f337d57ce87..f41b56b66251 100644 --- a/drivers/staging/gpib/Kconfig +++ b/drivers/staging/gpib/Kconfig @@ -130,6 +130,7 @@ config GPIB_FMH tristate "FMH FPGA based devices" select GPIB_COMMON select GPIB_NEC7210 + depends on BROKEN depends on OF && PCI help GPIB driver for fmhess FPGA based devices |
