[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <f7ea35c723da72a89028da5b976ad417fbd7bf52.1648545587.git.geert@linux-m68k.org>
Date: Tue, 29 Mar 2022 11:21:37 +0200
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Iwona Winiarska <iwona.winiarska@...el.com>,
Jason M Bills <jason.m.bills@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>,
Joel Stanley <joel@....id.au>,
Jae Hyun Yoo <jae.hyun.yoo@...ux.intel.com>
Cc: openbmc@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [PATCH] peci: PECI should depend on ARCH_ASPEED
The Platform Environment Control Interface (PECI) is only available on
Baseboard Management Controllers (BMC) for Intel processors. Currently
the only supported BMCs are ASpeed BMC SoCs. Hence add a dependency on
ARCH_ASPEED, to prevent asking the user about the PECI subsystem when
configuring a kernel without ASpeed SoC support.
Fixes: 6523d3b2ffa238ac ("peci: Add core infrastructure")
Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
---
drivers/peci/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/peci/Kconfig b/drivers/peci/Kconfig
index 89872ad833201510..0d3ef8ba0998d649 100644
--- a/drivers/peci/Kconfig
+++ b/drivers/peci/Kconfig
@@ -2,6 +2,7 @@
menuconfig PECI
tristate "PECI support"
+ depends on ARCH_ASPEED || COMPILE_TEST
help
The Platform Environment Control Interface (PECI) is an interface
that provides a communication channel to Intel processors and
--
2.25.1
Powered by blists - more mailing lists