]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: gpib: fix pcmcia dependencies
authorArnd Bergmann <arnd@arndb.de>
Fri, 13 Dec 2024 06:49:49 +0000 (07:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Dec 2024 15:44:15 +0000 (16:44 +0100)
commitedbb7200ca99b29b173ea4f3f473e4e8db595025
treea9cec1c44d5e763457b8688638891cafca93803c
parent003d2abde115102a3e62c1a96d2cb8c5345b2af2
staging: gpib: fix pcmcia dependencies

With CONFIG_PCMCIA=m, the gpib drivers that optionally support PCMCIA
cannot be built-in.

Add a Kconfig dependency to force these to be loadable modules as
well, and change the GPIB_PCMCIA symbol to have the correct state
for that.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241213064959.1045243-1-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/Kconfig