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 <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
Juan Manuel Cruz 2015-05-20 15:28:51 -05:00 committed by Anas Nashif
commit e1bb46881a

View file

@ -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