Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: gpib: Remove dependencies on !X86_PAE

The dependecies on !X86_PAE were introduced to fix an i386
build issue due to drivers casting resource_type_t to void *
commit 48e8a8160dba ("staging: gpib: Fix i386 build issue")

Subsequently
commit baf8855c9160 ("staging: gpib: fix address space mixup")
properly resolved these issues by fixing the code in the
drivers.

Delete the lines "depends on !X86_PAE"

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250204174254.16576-1-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dave Penkler and committed by
Greg Kroah-Hartman
453b733c c1baf652

-4
-4
drivers/staging/gpib/Kconfig
··· 50 50 tristate "CEC PCI board" 51 51 depends on PCI 52 52 depends on HAS_IOPORT 53 - depends on !X86_PAE 54 53 select GPIB_COMMON 55 54 select GPIB_NEC7210 56 55 help ··· 63 64 tristate "NI PCI/ISA compatible boards" 64 65 depends on ISA_BUS || PCI || PCMCIA 65 66 depends on HAS_IOPORT 66 - depends on !X86_PAE 67 67 depends on PCMCIA || !PCMCIA 68 68 depends on HAS_IOPORT_MAP 69 69 select GPIB_COMMON ··· 88 90 tristate "Measurement Computing compatible boards" 89 91 depends on HAS_IOPORT 90 92 depends on ISA_BUS || PCI || PCMCIA 91 - depends on !X86_PAE 92 93 depends on PCMCIA || !PCMCIA 93 94 select GPIB_COMMON 94 95 select GPIB_NEC7210 ··· 178 181 depends on PCI || ISA_BUS || PCMCIA 179 182 depends on PCMCIA || !PCMCIA 180 183 depends on HAS_IOPORT 181 - depends on !X86_PAE 182 184 select GPIB_COMMON 183 185 select GPIB_NEC7210 184 186 help