diff options
author | Corey Minyard <cminyard@mvista.com> | 2017-09-16 23:51:25 +0300 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2017-09-28 20:26:03 +0300 |
commit | 55f91cb6f1dfc873359674f35a8ffb1e78429d22 (patch) | |
tree | bda2bbbd36d9c053746d1739262ca1c991b8762d /drivers/char/ipmi/Kconfig | |
parent | ac2673d56be609168c3f0792588c1f9ef5824041 (diff) | |
download | linux-55f91cb6f1dfc873359674f35a8ffb1e78429d22.tar.xz |
ipmi: Make the IPMI proc interface configurable
So we can remove it later.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char/ipmi/Kconfig')
-rw-r--r-- | drivers/char/ipmi/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig index 152ccefdaecb..3544abc0f9f9 100644 --- a/drivers/char/ipmi/Kconfig +++ b/drivers/char/ipmi/Kconfig @@ -22,6 +22,14 @@ config IPMI_DMI_DECODE if IPMI_HANDLER +config IPMI_PROC_INTERFACE + bool 'Provide an interface for IPMI stats in /proc (deprecated)' + depends on PROC_FS + default y + help + Do not use this any more, use sysfs for this info. It will be + removed in future kernel versions. + config IPMI_PANIC_EVENT bool 'Generate a panic event to all BMCs on a panic' help |