xref: /openbmc/qemu/hw/ipmi/Kconfig (revision a0628599fa72524a1f59bbaa7410e6825a8feb3f)
1config IPMI
2    bool
3
4config IPMI_LOCAL
5    bool
6    default y
7    depends on IPMI
8
9config IPMI_EXTERN
10    bool
11    default y
12    depends on IPMI
13
14config ISA_IPMI_KCS
15    bool
16    depends on ISA_BUS
17    select IPMI
18
19config ISA_IPMI_BT
20    bool
21    depends on ISA_BUS
22    select IPMI
23