]> git.proxmox.com Git - mirror_qemu.git/blob - hw/ipmi/Kconfig
b944fae1000b5eaee2293073bceb2b2c2e71ca53
[mirror_qemu.git] / hw / ipmi / Kconfig
1 config IPMI
2 bool
3
4 config IPMI_LOCAL
5 bool
6 default y
7 depends on IPMI
8
9 config IPMI_EXTERN
10 bool
11 default y
12 depends on IPMI
13
14 config ISA_IPMI_KCS
15 bool
16 depends on ISA_BUS
17 select IPMI
18
19 config ISA_IPMI_BT
20 bool
21 depends on ISA_BUS
22 select IPMI