Re: [PATCH 07/14] peci: Add peci-aspeed controller driver

From: Randy Dunlap
Date: Tue Jul 13 2021 - 01:02:55 EST


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