diff options
author | Vladimir Murzin <vladimir.murzin@arm.com> | 2018-07-23 09:37:09 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2018-07-30 11:45:52 +0100 |
commit | cbfc5619e0cc8dcdf3020e27426eec362307cc14 (patch) | |
tree | 0d136c75e968fac26815b27920fc400b679931a0 /arch/arm/mm/Kconfig | |
parent | c803ce3f18bd93b3b4a15d1da0c5b5ebc60e0b85 (diff) | |
download | linux-cbfc5619e0cc8dcdf3020e27426eec362307cc14.tar.gz linux-cbfc5619e0cc8dcdf3020e27426eec362307cc14.tar.bz2 linux-cbfc5619e0cc8dcdf3020e27426eec362307cc14.zip |
ARM: 8784/1: NOMMU: Allow enter in Hyp mode
ARMv8R adds support for virtualisation extension (with some deviation
from v8A). With this patch hyp-unaware boot code can offload to kernel
setting up HYP stuff in a sane state.
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 96a7b6cf459b..b169e580bf82 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig @@ -702,7 +702,6 @@ config ARM_THUMBEE config ARM_VIRT_EXT bool - depends on MMU default y if CPU_V7 help Enable the kernel to make use of the ARM Virtualization |