dd2356e531
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <20190123065618.3520-36-yang.zhong@intel.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
23 lines
283 B
Plaintext
23 lines
283 B
Plaintext
config IPMI
|
|
bool
|
|
|
|
config IPMI_LOCAL
|
|
bool
|
|
default y
|
|
depends on IPMI
|
|
|
|
config IPMI_EXTERN
|
|
bool
|
|
default y
|
|
depends on IPMI
|
|
|
|
config ISA_IPMI_KCS
|
|
bool
|
|
depends on ISA_BUS
|
|
select IPMI
|
|
|
|
config ISA_IPMI_BT
|
|
bool
|
|
depends on ISA_BUS
|
|
select IPMI
|