Kconfig: Override log level choice instead
To override log levels in different build types, the "choice" of log
levels should be overridden instead.
The current approad does not affect the functionalities as the
xxx_LOG_LEVEL have the correct value.
But the values of choice options are not correct in the final config
file.
Change-Id: I31d55d8b88a44a65a5338550440860d0606b9823
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/secure_fw/spm/Kconfig b/secure_fw/spm/Kconfig
index 6c8db95..4077c63 100644
--- a/secure_fw/spm/Kconfig
+++ b/secure_fw/spm/Kconfig
@@ -109,7 +109,7 @@
################################# SPM log level ################################
-choice
+choice SPM_LOG_LEVEL
prompt "SPM Log Level"
default SPM_LOG_LEVEL_SILENCE