1config IPMI 2 bool 3 4config IPMI_LOCAL 5 bool 6 7config IPMI_EXTERN 8 bool 9 10config ISA_IPMI_KCS 11 bool 12 depends on ISA_BUS 13 14config ISA_IPMI_BT 15 bool 16 depends on ISA_BUS 17