diff options
author | Mihai Caraman <mihai.caraman@freescale.com> | 2013-04-11 00:03:14 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-04-26 20:27:11 +0200 |
commit | d9ce6041b39cf0b48978db63713f9b7e25ef9792 (patch) | |
tree | 2b85e29c0a258cf9d9f59c1da24d18f88fc912e1 | |
parent | ea17a971c2b1b35b446a98c2e437a8611eb2b80a (diff) | |
download | linux-3.10-d9ce6041b39cf0b48978db63713f9b7e25ef9792.tar.gz linux-3.10-d9ce6041b39cf0b48978db63713f9b7e25ef9792.tar.bz2 linux-3.10-d9ce6041b39cf0b48978db63713f9b7e25ef9792.zip |
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>
-rw-r--r-- | arch/powerpc/kvm/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 63c67ec72e4..448952035b6 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig @@ -136,15 +136,15 @@ config KVM_E500V2 If unsure, say N. config KVM_E500MC - bool "KVM support for PowerPC E500MC/E5500 processors" + bool "KVM support for PowerPC E500MC/E5500/E6500 processors" depends on PPC_E500MC select KVM select KVM_MMIO select KVM_BOOKE_HV select MMU_NOTIFIER ---help--- - Support running unmodified E500MC/E5500 (32-bit) guest kernels in - virtual machines on E500MC/E5500 host processors. + Support running unmodified E500MC/E5500/E6500 guest kernels in + virtual machines on E500MC/E5500/E6500 host processors. This module provides access to the hardware capabilities through a character device node named /dev/kvm. |