diff options
author | Corey Minyard <cminyard@mvista.com> | 2018-04-18 20:01:21 +0200 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2018-05-09 19:21:46 +0200 |
commit | 163475ebf9f3d1b516c1f8ee4f59eb8ff8e97ee8 (patch) | |
tree | 2d55d7405f62fb229c014c3d5c2c4399f9aa615a /drivers/char/ipmi/Kconfig | |
parent | ipmi_ssif: Fix uninitialized variable issue (diff) | |
download | linux-163475ebf9f3d1b516c1f8ee4f59eb8ff8e97ee8.tar.xz linux-163475ebf9f3d1b516c1f8ee4f59eb8ff8e97ee8.zip |
ipmi: Remove the proc interface
It has been deprecated long enough, get rid of it.
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, 0 insertions, 8 deletions
diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig index 470f976cf850..c108441882cc 100644 --- a/drivers/char/ipmi/Kconfig +++ b/drivers/char/ipmi/Kconfig @@ -22,14 +22,6 @@ 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 |