qemu-patch-raspberry4/hw/ipmi/Kconfig
Paolo Bonzini dd2356e531 ipmi: express dependencies with kconfig
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>
2019-03-07 21:45:53 +01:00

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