diff options
author | Corey Minyard <cminyard@mvista.com> | 2015-12-17 12:50:07 -0600 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-12-22 18:39:19 +0200 |
commit | 0719029c47b28404cf307f184934c8281a424918 (patch) | |
tree | ba9bd472c8e8bc49ad729b14d42554f71dcf7a96 /default-configs/x86_64-softmmu.mak | |
parent | 67aa56fc03bea44ccf384ea400515a8a58844a50 (diff) |
ipmi: Add an ISA KCS low-level interface
This provides the simulation of the KCS hardware interface.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'default-configs/x86_64-softmmu.mak')
-rw-r--r-- | default-configs/x86_64-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak index 5cff66d2a0..2999458ddf 100644 --- a/default-configs/x86_64-softmmu.mak +++ b/default-configs/x86_64-softmmu.mak @@ -12,6 +12,7 @@ CONFIG_VMMOUSE=y CONFIG_IPMI=y CONFIG_IPMI_LOCAL=y CONFIG_IPMI_EXTERN=y +CONFIG_ISA_IPMI_KCS=y CONFIG_SERIAL=y CONFIG_PARALLEL=y CONFIG_I8254=y |