]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging;gpib: Use Kconfig PCMCIA compilation symbol
authorDave Penkler <dpenkler@gmail.com>
Mon, 10 Feb 2025 15:10:21 +0000 (16:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Feb 2025 15:50:03 +0000 (16:50 +0100)
commit020b814c2f864d1e1a19b3013266b73057f9f99b
tree71effa1da06578118aa1811ae6260e32f713b617
parent0865b297b3a89fe371ded617ac87493b422a6d5d
staging;gpib: Use Kconfig PCMCIA compilation symbol

The drivers supporting the PCMCIA bus were using an intermediate
symbol GPIB_PCMCIA for compiling optional PCMCIA support.
This symbol is no longer needed for the in-tree drivers as the
Kconfig symbol is available.

Use the Kconfig symbol CONFIG_GPIB_PCMCIA directly for conditional
compilation of PCMCIA support.

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250210151022.4358-2-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/cb7210/cb7210.c
drivers/staging/gpib/ines/ines_gpib.c
drivers/staging/gpib/tnt4882/tnt4882_gpib.c