summaryrefslogtreecommitdiff
path: root/drivers/peci/busses/Kconfig
blob: 20a1a7472d96239887a95ba4849f804149a9927d (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
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# PECI hardware bus configuration
#

menu "PECI Hardware Bus support"

config PECI_ASPEED
	tristate "ASPEED PECI support"
	depends on ARCH_ASPEED || COMPILE_TEST
	depends on OF
	depends on HAS_IOMEM
	depends on PECI
	help
	  Say Y here if you want support for the Platform Environment Control
	  Interface (PECI) bus adapter driver on the ASPEED SoCs.

	  This support is also available as a module. If so, the module
	  will be called peci-aspeed.

config PECI_NPCM
	tristate "Nuvoton NPCM PECI support"
	select REGMAP_MMIO
	depends on OF
	depends on HAS_IOMEM
	depends on ARCH_NPCM || COMPILE_TEST
	depends on PECI
	help
	  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.

config PECI_MCTP
	tristate "PECI over MCTP support"
	depends on ARCH_ASPEED || COMPILE_TEST
	depends on PECI
	depends on ASPEED_MCTP

	help
	  Say Y here if you want support for the Platform Environment Control
	  Interface (PECI) over MCTP bus adapter driver.

	  This support is also available as a module. If so, the module
	  will be called peci-mctp.

endmenu