Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27b75b77 authored by Alex Van Brunt's avatar Alex Van Brunt Committed by Stepan Moskovchenko
Browse files

arm64: a backwards compatible config option



Create a config option that when selected configures the kernel to be
as backwards compatable with kernels that ran on an ARMv7 processor
as possible.

Change-Id: I7cd67e6d4174335f9a67aba2a39dfd993f240c27
Signed-off-by: default avatarAlex Van Brunt <avanbrunt@nvidia.com>
Reviewed-on: http://git-master/r/366094


Reviewed-by: default avatarRichard Wiley <rwiley@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Tested-by: default avatarOskari Jaaskelainen <oskarij@nvidia.com>
Git-commit: 7600b59fc36c3e002436e54a6a9c8ee7a880a9c7
Git-repo: https://android.googlesource.com/kernel/tegra


[stepanm@codeaurora.org: resolve merge conflicts]
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 99131b7d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -284,6 +284,15 @@ config ARCH_WANT_HUGE_PMD_SHARE
config HAVE_ARCH_TRANSPARENT_HUGEPAGE
	def_bool y

config ARMV7_COMPAT
	bool "Kernel support for ARMv7 applications"
	depends on COMPAT
	help
	 This option enables features that allow that ran on an ARMv7 or older
	 processor to continue functioning.

	 If you want to execute ARMv7 applications, say Y

source "mm/Kconfig"

config XEN_DOM0