@@ -8,13 +8,13 @@ menuconfig IPMI_HANDLER
8
8
depends on HAS_IOMEM
9
9
select IPMI_DMI_DECODE if DMI
10
10
help
11
- This enables the central IPMI message handler, required for IPMI
11
+ This enables the central IPMI message handler, required for IPMI
12
12
to work.
13
13
14
- IPMI is a standard for managing sensors (temperature,
15
- voltage, etc.) in a system.
14
+ IPMI is a standard for managing sensors (temperature,
15
+ voltage, etc.) in a system.
16
16
17
- See <file:Documentation/IPMI.txt> for more details on the driver.
17
+ See <file:Documentation/IPMI.txt> for more details on the driver.
18
18
19
19
If unsure, say N.
20
20
@@ -56,40 +56,40 @@ config IPMI_PANIC_STRING
56
56
config IPMI_DEVICE_INTERFACE
57
57
tristate 'Device interface for IPMI'
58
58
help
59
- This provides an IOCTL interface to the IPMI message handler so
59
+ This provides an IOCTL interface to the IPMI message handler so
60
60
userland processes may use IPMI. It supports poll() and select().
61
61
62
62
config IPMI_SI
63
63
tristate 'IPMI System Interface handler'
64
64
select IPMI_PLAT_DATA
65
65
help
66
- Provides a driver for System Interfaces (KCS, SMIC, BT).
66
+ Provides a driver for System Interfaces (KCS, SMIC, BT).
67
67
Currently, only KCS and SMIC are supported. If
68
68
you are using IPMI, you should probably say "y" here.
69
69
70
70
config IPMI_SSIF
71
71
tristate 'IPMI SMBus handler (SSIF)'
72
72
select I2C
73
73
help
74
- Provides a driver for a SMBus interface to a BMC, meaning that you
74
+ Provides a driver for a SMBus interface to a BMC, meaning that you
75
75
have a driver that must be accessed over an I2C bus instead of a
76
76
standard interface. This module requires I2C support.
77
77
78
78
config IPMI_POWERNV
79
79
depends on PPC_POWERNV
80
80
tristate 'POWERNV (OPAL firmware) IPMI interface'
81
81
help
82
- Provides a driver for OPAL firmware-based IPMI interfaces.
82
+ Provides a driver for OPAL firmware-based IPMI interfaces.
83
83
84
84
config IPMI_WATCHDOG
85
85
tristate 'IPMI Watchdog Timer'
86
86
help
87
- This enables the IPMI watchdog timer.
87
+ This enables the IPMI watchdog timer.
88
88
89
89
config IPMI_POWEROFF
90
90
tristate 'IPMI Poweroff'
91
91
help
92
- This enables a function to power off the system with IPMI if
92
+ This enables a function to power off the system with IPMI if
93
93
the IPMI management controller is capable of this.
94
94
95
95
endif # IPMI_HANDLER
0 commit comments