KVM: PPC: e500: Add e6500 core to Kconfig description
Add e6500 core to Kconfig description. Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
ea17a971c2
commit
d9ce6041b3
1 changed files with 3 additions and 3 deletions
|
@ -136,15 +136,15 @@ config KVM_E500V2
|
||||||
If unsure, say N.
|
If unsure, say N.
|
||||||
|
|
||||||
config KVM_E500MC
|
config KVM_E500MC
|
||||||
bool "KVM support for PowerPC E500MC/E5500 processors"
|
bool "KVM support for PowerPC E500MC/E5500/E6500 processors"
|
||||||
depends on PPC_E500MC
|
depends on PPC_E500MC
|
||||||
select KVM
|
select KVM
|
||||||
select KVM_MMIO
|
select KVM_MMIO
|
||||||
select KVM_BOOKE_HV
|
select KVM_BOOKE_HV
|
||||||
select MMU_NOTIFIER
|
select MMU_NOTIFIER
|
||||||
---help---
|
---help---
|
||||||
Support running unmodified E500MC/E5500 (32-bit) guest kernels in
|
Support running unmodified E500MC/E5500/E6500 guest kernels in
|
||||||
virtual machines on E500MC/E5500 host processors.
|
virtual machines on E500MC/E5500/E6500 host processors.
|
||||||
|
|
||||||
This module provides access to the hardware capabilities through
|
This module provides access to the hardware capabilities through
|
||||||
a character device node named /dev/kvm.
|
a character device node named /dev/kvm.
|
||||||
|
|
Loading…
Add table
Reference in a new issue