summaryrefslogtreecommitdiff
path: root/drivers/peci/controller/Kconfig
blob: 4f9c245ad042bca67c65e21e6d10bd9c402c4dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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
	depends on COMMON_CLK
	help
	  This option enables PECI controller driver for ASPEED AST2400,
	  AST2500 and AST2600 SoCs. It allows BMC to discover devices
	  connected to it, and communicate with them using PECI protocol.

	  Say Y here if your system runs on ASPEED SoC and you are using it
	  as BMC for Intel platform.

	  This driver can also be built as a module. If so, the module will
	  be called peci-aspeed.

config PECI_NPCM
	tristate "Nuvoton NPCM PECI support"
	depends on ARCH_NPCM || COMPILE_TEST
	depends on OF
	select REGMAP_MMIO
	help
	  This option enables PECI controller driver for Nuvoton NPCM7XX
	  and NPCM8XX SoCs. It allows BMC to discover devices connected
	  to it and communicate with them using PECI protocol.

	  Say Y here if you want support for the Platform Environment Control
	  Interface (PECI) bus adapter driver on the Nuvoton NPCM SoCs.

	  This support is also available as a module. If so, the module
	  will be called peci-npcm.
6.10.y&id=9a22717b9b074d75baf7dd6041487730e53b4dbb'>kbuild: uapi: use -fsyntax-only rather than -SNick Desaulniers 2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2022-03-31kbuild: add --target to correctly cross-compile UAPI headers with ClangMasahiro Yamada 2022-03-31usr/include: replace extra-y with always-yMasahiro Yamada 2022-02-17reiserfs_xattr.h: add linux/reiserfs_xattr.h to UAPI compile-test coverageMasahiro Yamada 2022-02-17kexec.h: add linux/kexec.h to UAPI compile-test coverageMasahiro Yamada 2022-02-17fsmap.h: add linux/fsmap.h to UAPI compile-test coverageMasahiro Yamada 2022-02-17android/binder.h: add linux/android/binder(fs).h to UAPI compile-test coverageMasahiro Yamada 2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada 2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada 2022-02-14kbuild: Add environment variables for userprogs flagsElliot Berman 2022-01-27kbuild: remove include/linux/cyclades.h from header file checkGreg Kroah-Hartman 2022-01-22usr/include/Makefile: add linux/nfc.h to the compile-test coverageDmitry V. Levin 2022-01-08kbuild: move headers_check.pl to usr/include/Masahiro Yamada