Convert CONFIG_SYS_FSL_SEC_MON et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_FSL_SEC_MON CONFIG_SYS_FSL_SEC_MON_BE CONFIG_SYS_FSL_SEC_MON_LE Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -275,6 +275,20 @@ config FSL_SEC_MON
|
||||
Security Monitor can be transitioned on any security failures,
|
||||
like software violations or hardware security violations.
|
||||
|
||||
choice
|
||||
prompt "Security monitor interaction endianess"
|
||||
depends on FSL_SEC_MON
|
||||
default SYS_FSL_SEC_MON_BE if PPC
|
||||
default SYS_FSL_SEC_MON_LE
|
||||
|
||||
config SYS_FSL_SEC_MON_LE
|
||||
bool "Security monitor interactions are little endian"
|
||||
|
||||
config SYS_FSL_SEC_MON_BE
|
||||
bool "Security monitor interactions are big endian"
|
||||
|
||||
endchoice
|
||||
|
||||
config IRQ
|
||||
bool "Interrupt controller"
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user