Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230940
b: refs/heads/master
c: e92b297
h: refs/heads/master
v: v3
  • Loading branch information
Zhao Yakui authored and Len Brown committed Dec 14, 2010
1 parent 7fbf53c commit 6b550ff
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37bf501bdda1d5d6ea73ce29d4b00d291b6f3811
refs/heads/master: e92b297cc72ade7a58eaec7e01c906d856f8ab6e
11 changes: 11 additions & 0 deletions trunk/drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,17 @@ config ACPI_PROCESSOR

To compile this driver as a module, choose M here:
the module will be called processor.
config ACPI_IPMI
tristate "IPMI"
depends on EXPERIMENTAL && IPMI_SI && IPMI_HANDLER
default n
help
This driver enables the ACPI to access the BMC controller. And it
uses the IPMI request/response message to communicate with BMC
controller, which can be found on on the server.

To compile this driver as a module, choose M here:
the module will be called as acpi_ipmi.

config ACPI_HOTPLUG_CPU
bool
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ processor-y += processor_idle.o processor_thermal.o
processor-$(CONFIG_CPU_FREQ) += processor_perflib.o

obj-$(CONFIG_ACPI_PROCESSOR_AGGREGATOR) += acpi_pad.o
obj-$(CONFIG_ACPI_IPMI) += acpi_ipmi.o

obj-$(CONFIG_ACPI_APEI) += apei/
Loading

0 comments on commit 6b550ff

Please sign in to comment.