diff options
author | Tom Rini | 2022-06-16 14:04:39 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:04:00 -0400 |
commit | c9f85187e21ef64f65c1cd7202ef9199501a6f4d (patch) | |
tree | 7138ab77b579a8d6ca6fb9c7720c5552a20a99b2 /include/fsl_sec_mon.h | |
parent | 7e7d04aecb99cfcec2c25581dcf307f2c7a82c6c (diff) |
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>
Diffstat (limited to 'include/fsl_sec_mon.h')
-rw-r--r-- | include/fsl_sec_mon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fsl_sec_mon.h b/include/fsl_sec_mon.h index fb838db0b53..3092a0ea62a 100644 --- a/include/fsl_sec_mon.h +++ b/include/fsl_sec_mon.h @@ -23,8 +23,6 @@ #define sec_mon_in16(a) in_be16(a) #define sec_mon_clrbits32 clrbits_be32 #define sec_mon_setbits32 setbits_be32 -#else -#error Neither CONFIG_SYS_FSL_SEC_MON_LE nor CONFIG_SYS_FSL_SEC_MON_BE defined #endif struct ccsr_sec_mon_regs { |