diff mbox

[v6,03/20] arm64: rename COMPAT to AARCH32_EL0 in Kconfig

Message ID 1450215766-14765-4-git-send-email-ynorov@caviumnetworks.com
State New
Headers show

Commit Message

Yury Norov Dec. 15, 2015, 9:42 p.m. UTC
From: Andrew Pinski <apinski@cavium.com>


Reviewed-by: David Daney <ddaney@caviumnetworks.com>

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>

Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>

Signed-off-by: Andrew Pinski <Andrew.Pinski@caviumnetworks.com>

---
 arch/arm64/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Comments

Catalin Marinas Dec. 17, 2015, 11:23 a.m. UTC | #1
On Wed, Dec 16, 2015 at 12:42:29AM +0300, Yury Norov wrote:
> From: Andrew Pinski <apinski@cavium.com>

> 

> Reviewed-by: David Daney <ddaney@caviumnetworks.com>

> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

> Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>

> Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>

> Signed-off-by: Andrew Pinski <Andrew.Pinski@caviumnetworks.com>


I already asked here to add a long patch description:

http://article.gmane.org/gmane.linux.kernel/2099414

-- 
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
diff mbox

Patch

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 07d1811..4753d435 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -679,6 +679,11 @@  menu "Userspace binary formats"
 source "fs/Kconfig.binfmt"
 
 config COMPAT
+	def_bool y
+	depends on AARCH32_EL0
+	select COMPAT_BINFMT_ELF
+
+config AARCH32_EL0
 	bool "Kernel support for 32-bit EL0"
 	depends on !ARM64_64K_PAGES || EXPERT
 	select COMPAT_BINFMT_ELF