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:
parent
70611f4c81
commit
e1bb46881a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue