[PATCH 2/2] nvme: keyring: fix conditional compilation
Arnd Bergmann
arnd at arndb.de
Thu Oct 26 06:37:52 PDT 2023
On Thu, Oct 26, 2023, at 15:08, Hannes Reinecke wrote:
> diff --git a/drivers/nvme/common/Kconfig b/drivers/nvme/common/Kconfig
> index 244432e0b73d..96031016079f 100644
> --- a/drivers/nvme/common/Kconfig
> +++ b/drivers/nvme/common/Kconfig
> @@ -1,7 +1,7 @@
> # SPDX-License-Identifier: GPL-2.0-only
>
> config NVME_KEYRING
> - tristate
> + bool
> select KEYS
I guess that's one way to address the link failure ;-)
It feels like cheating to force it built-in even if
both target and host support is in loadable module.
Arnd
More information about the Linux-nvme
mailing list