diff options
author | Corey Minyard <cminyard@mvista.com> | 2017-12-06 13:36:21 -0600 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2019-09-20 14:08:10 -0500 |
commit | 12f983c6aa165bc85ac061856cb3970d80ee25b4 (patch) | |
tree | d1fdac6a1ad9f8675e16348fbcf0cec96424bc1b /hw/ipmi/Kconfig | |
parent | bfff1a6d42537acbb419388c542e3a95d66a15a4 (diff) |
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>
Diffstat (limited to 'hw/ipmi/Kconfig')
-rw-r--r-- | hw/ipmi/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/ipmi/Kconfig b/hw/ipmi/Kconfig index b944fae100..12db4e81ad 100644 --- a/hw/ipmi/Kconfig +++ b/hw/ipmi/Kconfig @@ -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 |