2022-06-02 19:32:37

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH 1/2] drivers: misc: intel_sysid: Add sysid from arch to drivers

Hi--

On 6/2/22 05:22, [email protected] wrote:
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index 41d2bb0ae23a..a31489cc092c 100644
> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -483,6 +483,15 @@ config OPEN_DICE
>
> If unsure, say N.
>
> +config INTEL_SYSID
> + tristate "Intel System ID"
> + help
> + This enables Intel System ID soft core driver.
> + Say Y here if you want to build a driver for Intel System ID driver.

Probably drop the last (redundant) driver

> +
> + To compile this driver as a module, choose M here: the
> + module will be called intel_sysid. If unsure, say N here.
> +

--
~Randy


2022-06-06 04:37:27

by Lee, Kah Jing

[permalink] [raw]
Subject: Re: [PATCH 1/2] drivers: misc: intel_sysid: Add sysid from arch to drivers

From: Kah Jing Lee <[email protected]>

> On 6/2/22 05:22, [email protected] wrote:
> > diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> > index 41d2bb0ae23a..a31489cc092c 100644
> > --- a/drivers/misc/Kconfig
> > +++ b/drivers/misc/Kconfig
> > @@ -483,6 +483,15 @@ config OPEN_DICE
> >
> > If unsure, say N.
> >
> > +config INTEL_SYSID
> > + tristate "Intel System ID"
> > + help
> > + This enables Intel System ID soft core driver.
> > + Say Y here if you want to build a driver for Intel System ID driver.

> Probably drop the last (redundant) driver
Updated =)

> > +
> > + To compile this driver as a module, choose M here: the
> > + module will be called intel_sysid. If unsure, say N here.
> > +

> --
> ~Randy