12f983c6aa
Pretty straightforward, just hook the current KCS and BT code into the PCI system with the proper configuration. Cc: Michael S. Tsirkin <mst@redhat.com> Cc: M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>
33 lines
412 B
Plaintext
33 lines
412 B
Plaintext
config IPMI
|
|
bool
|
|
|
|
config IPMI_LOCAL
|
|
bool
|
|
default y
|
|
depends on IPMI
|
|
|
|
config IPMI_EXTERN
|
|
bool
|
|
default y
|
|
depends on IPMI
|
|
|
|
config ISA_IPMI_KCS
|
|
bool
|
|
depends on ISA_BUS
|
|
select IPMI
|
|
|
|
config ISA_IPMI_BT
|
|
bool
|
|
depends on ISA_BUS
|
|
select IPMI
|
|
|
|
config PCI_IPMI_KCS
|
|
bool
|
|
depends on PCI
|
|
select IPMI
|
|
|
|
config PCI_IPMI_BT
|
|
bool
|
|
depends on PCI
|
|
select IPMI
|