]> git.proxmox.com Git - mirror_qemu.git/blame - hw/ipmi/Kconfig
ipmi: Add PCI IPMI interfaces
[mirror_qemu.git] / hw / ipmi / Kconfig
CommitLineData
82f51817
PB
1config IPMI
2 bool
3
4config IPMI_LOCAL
5 bool
dd2356e5
PB
6 default y
7 depends on IPMI
82f51817
PB
8
9config IPMI_EXTERN
10 bool
dd2356e5
PB
11 default y
12 depends on IPMI
82f51817
PB
13
14config ISA_IPMI_KCS
15 bool
a7e23159 16 depends on ISA_BUS
dd2356e5 17 select IPMI
82f51817
PB
18
19config ISA_IPMI_BT
20 bool
a7e23159 21 depends on ISA_BUS
dd2356e5 22 select IPMI
12f983c6
CM
23
24config PCI_IPMI_KCS
25 bool
26 depends on PCI
27 select IPMI
28
29config PCI_IPMI_BT
30 bool
31 depends on PCI
32 select IPMI