From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Date: Mon, 12 Jul 2021 22:02:09 -0700 Subject: [PATCH 07/14] peci: Add peci-aspeed controller driver In-Reply-To: <20210712220447.957418-8-iwona.winiarska@intel.com> References: <20210712220447.957418-1-iwona.winiarska@intel.com> <20210712220447.957418-8-iwona.winiarska@intel.com> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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. > + will be called peci-aspeed. -- ~Randy