summaryrefslogtreecommitdiff
path: root/drivers/peci/controller/Makefile
diff options
context:
space:
mode:
authorTomer Maimon <tmaimon77@gmail.com>2023-07-27 22:21:24 +0200
committerIwona Winiarska <iwona.winiarska@intel.com>2023-08-07 18:27:55 +0200
commit3e16184a1bd8ce83df2f8435e2eb4448d0339134 (patch)
tree5b9f86d99fdc4f30be7ecce9b95f29939f5b041e /drivers/peci/controller/Makefile
parentc8955701d65730ebececd134b9998aebc0314ae1 (diff)
peci: Add peci-npcm controller driver
Add support for Nuvoton NPCM BMC hardware to the Platform Environment Control Interface (PECI) subsystem. Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> Signed-off-by: Tyrone Ting <warp5tw@gmail.com> Co-developed-by: Iwona Winiarska <iwona.winiarska@intel.com> Signed-off-by: Iwona Winiarska <iwona.winiarska@intel.com> Link: https://lore.kernel.org/r/20230727202126.1477515-3-iwona.winiarska@intel.com
Diffstat (limited to 'drivers/peci/controller/Makefile')
-rw-r--r--drivers/peci/controller/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/peci/controller/Makefile b/drivers/peci/controller/Makefile
index 022c28ef1bf0..e247449bb423 100644
--- a/drivers/peci/controller/Makefile
+++ b/drivers/peci/controller/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_PECI_ASPEED) += peci-aspeed.o
+obj-$(CONFIG_PECI_NPCM) += peci-npcm.o