Kconfig (1c9f98d1bfbd0696442f97fa7d43a727e1e16568) Kconfig (55f91cb6f1dfc873359674f35a8ffb1e78429d22)
1#
2# IPMI device configuration
3#
4
5menuconfig IPMI_HANDLER
6 tristate 'IPMI top-level message handler'
7 depends on HAS_IOMEM
8 select IPMI_DMI_DECODE if DMI

--- 8 unchanged lines hidden (view full) ---

17
18 If unsure, say N.
19
20config IPMI_DMI_DECODE
21 bool
22
23if IPMI_HANDLER
24
1#
2# IPMI device configuration
3#
4
5menuconfig IPMI_HANDLER
6 tristate 'IPMI top-level message handler'
7 depends on HAS_IOMEM
8 select IPMI_DMI_DECODE if DMI

--- 8 unchanged lines hidden (view full) ---

17
18 If unsure, say N.
19
20config IPMI_DMI_DECODE
21 bool
22
23if IPMI_HANDLER
24
25config IPMI_PROC_INTERFACE
26 bool 'Provide an interface for IPMI stats in /proc (deprecated)'
27 depends on PROC_FS
28 default y
29 help
30 Do not use this any more, use sysfs for this info. It will be
31 removed in future kernel versions.
32
25config IPMI_PANIC_EVENT
26 bool 'Generate a panic event to all BMCs on a panic'
27 help
28 When a panic occurs, this will cause the IPMI message handler to,
29 by default, generate an IPMI event describing the panic to each
30 interface registered with the message handler. This is always
31 available, the module parameter for ipmi_msghandler named
32 panic_op can be set to "event" to chose this value, this config

--- 66 unchanged lines hidden ---
33config IPMI_PANIC_EVENT
34 bool 'Generate a panic event to all BMCs on a panic'
35 help
36 When a panic occurs, this will cause the IPMI message handler to,
37 by default, generate an IPMI event describing the panic to each
38 interface registered with the message handler. This is always
39 available, the module parameter for ipmi_msghandler named
40 panic_op can be set to "event" to chose this value, this config

--- 66 unchanged lines hidden ---