On Mon, 2021-07-12 at 22:02 -0700, Randy Dunlap wrote: > On 7/12/21 3:04 PM, Iwona Winiarska wrote: > > diff --git a/drivers/peci/controller/Kconfig > > b/drivers/peci/controller/Kconfig > > new file mode 100644 > > index 000000000000..8ddbe494677f > > --- /dev/null > > +++ b/drivers/peci/controller/Kconfig > > @@ -0,0 +1,12 @@ > > +# SPDX-License-Identifier: GPL-2.0-only > > + > > +config PECI_ASPEED > > + tristate "ASPEED PECI support" > > + depends on ARCH_ASPEED || COMPILE_TEST > > + depends on OF > > + depends on HAS_IOMEM > > + help > > + Enable this driver if you want to support ASPEED PECI > > controller. > > + > > + This driver can be also build as a module. If so, the > > module > > can also be built as a module. Thank you Randy - I'll fix this in v2. -Iwona > > > + will be called peci-aspeed. > > > -- > ~Randy >