ipmi: Add PCI IPMI interfaces

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>
This commit is contained in:
Corey Minyard 2017-12-06 13:36:21 -06:00
parent bfff1a6d42
commit 12f983c6aa
7 changed files with 309 additions and 0 deletions

View file

@ -20,3 +20,13 @@ 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