Re: [RFC 2/6] drivers: pci: Change CONFIG_SPDM to a dependency
From: Jonathan Cameron
Date: Fri Nov 22 2024 - 10:31:07 EST
> > diff --git a/lib/Kconfig b/lib/Kconfig
> > index 68f46e4a72a6..4db9bc8e29f8 100644
> > --- a/lib/Kconfig
> > +++ b/lib/Kconfig
> > @@ -739,6 +739,21 @@ config LWQ_TEST
> > help
> > Run boot-time test of light-weight queuing.
> >
> > +config SPDM
> > + bool "SPDM"
>
> If this appears in a menuconfig or similar menu, I think expanding
> "SPDM" would be helpful to users.
Not sure it will! Security Protocol and Data Model
which to me is completely useless for hinting what it is ;)
Definitely keep (SPDM) on end of expanded name as I suspect most
people can't remember the terms (I had to look it up ;)
Jonathan