Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333735
b: refs/heads/master
c: 5b6728d
h: refs/heads/master
i:
  333733: f1e4d62
  333731: 6967785
  333727: 036e4c4
v: v3
  • Loading branch information
Dave Martin authored and Marc Zyngier committed Sep 19, 2012
1 parent 8cd427a commit 4a35f5d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4588c34daabb5aebee9cbe90f0ca6ab11412f207
refs/heads/master: 5b6728d4189d14c19f384d5ec6087276e7c196d8
17 changes: 17 additions & 0 deletions trunk/arch/arm/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,23 @@ config ARM_THUMBEE
Say Y here if you have a CPU with the ThumbEE extension and code to
make use of it. Say N for code that can run on CPUs without ThumbEE.

config ARM_VIRT_EXT
bool "Native support for the ARM Virtualization Extensions"
depends on MMU && CPU_V7
help
Enable the kernel to make use of the ARM Virtualization
Extensions to install hypervisors without run-time firmware
assistance.

A compliant bootloader is required in order to make maximum
use of this feature. Refer to Documentation/arm/Booting for
details.

It is safe to enable this option even if the kernel may not be
booted in HYP mode, may not have support for the
virtualization extensions, or may be booted with a
non-compliant bootloader.

config SWP_EMULATE
bool "Emulate SWP/SWPB instructions"
depends on !CPU_USE_DOMAINS && CPU_V7
Expand Down

0 comments on commit 4a35f5d

Please sign in to comment.