summaryrefslogtreecommitdiff
path: root/drivers/peci/Kconfig
blob: a64fed7bb367728531d6d70402625873f4f39a39 (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
#
# Platform Environment Control Interface (PECI) subsystem configuration
#

menu "PECI support"

config PECI
	tristate "PECI support"
	select CRC8
	help
	  The Platform Environment Control Interface (PECI) is a one-wire bus
	  interface that provides a communication channel from Intel processors
	  and chipset components to external monitoring or control devices.

	  If you want PECI support, you should say Y here and also to the
	  specific driver for your bus adapter(s) below.

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

if PECI

config PECI_CHARDEV
	tristate "PECI device interface"
	help
	  Say Y here to use peci-* device files, usually found in the /dev
	  directory on your system. They make it possible to have user-space
	  programs use the PECI bus.

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

source "drivers/peci/busses/Kconfig"

endif # PECI

endmenu