aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2013-09-13 01:14:51 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-09-30 13:46:12 -0400
commit4b88e330914941c86198ca0b48f4ce16f112bbf0 (patch)
tree8eb8968cd8be25c9c562749c9fb49156bf954fe2
parent935a9e3f9d57be122013113318e30e68530b474d (diff)
ACPI / IPMI: Cleanup some Kconfig codes
This (trivial) patch: 1. Deletes duplicate Kconfig dependency as there is "if IPMI_HANDLER" around "IPMI_SI". Signed-off-by: Lv Zheng <lv.zheng@intel.com> Reviewed-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/acpi/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 22327e6a7236..d130e2c115cc 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -175,9 +175,10 @@ config ACPI_PROCESSOR
175 175
176 To compile this driver as a module, choose M here: 176 To compile this driver as a module, choose M here:
177 the module will be called processor. 177 the module will be called processor.
178
178config ACPI_IPMI 179config ACPI_IPMI
179 tristate "IPMI" 180 tristate "IPMI"
180 depends on IPMI_SI && IPMI_HANDLER 181 depends on IPMI_SI
181 default n 182 default n
182 help 183 help
183 This driver enables the ACPI to access the BMC controller. And it 184 This driver enables the ACPI to access the BMC controller. And it