From e1bb46881a2eebc558891787c98b734f0cf057b7 Mon Sep 17 00:00:00 2001 From: Juan Manuel Cruz Date: Wed, 20 May 2015 15:28:51 -0500 Subject: [PATCH] Kconfig: Fix to floating point blank page. This commit fixes an error when the floating point menu shows a blank page. This menu has a dependency against the FLOAT option selection and the ENHANCED_SECURITY option selection. Change-Id: Ib9f558f386b9a9883d4aa393e3cb913d187b5ce9 Signed-off-by: Juan Manuel Cruz --- arch/x86/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/core/Kconfig b/arch/x86/core/Kconfig index 5f8624ec494..6715cb6e32f 100644 --- a/arch/x86/core/Kconfig +++ b/arch/x86/core/Kconfig @@ -112,7 +112,7 @@ config LOCK_INSTRUCTION_UNSUPPORTED endmenu menu "Floating Point Options" - depends on !CPU_FLOAT_UNSUPPORTED + depends on !CPU_FLOAT_UNSUPPORTED && FLOAT && !ENHANCED_SECURITY config FP_SHARING bool