mb/intel/archercity_crb: Set SMM console log level via VPD

Change-Id: Ic7d51037d527f95e8664ad04e328fc27901cacde
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71993
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/mainboard/intel/archercity_crb/Kconfig b/src/mainboard/intel/archercity_crb/Kconfig
index ba67521..ad2a585 100644
--- a/src/mainboard/intel/archercity_crb/Kconfig
+++ b/src/mainboard/intel/archercity_crb/Kconfig
@@ -17,6 +17,7 @@
 	select VPD
 	select OCP_EWL
 	select OCP_VPD
+	select RUNTIME_CONFIGURABLE_SMM_LOGLEVEL
 
 config MAINBOARD_DIR
 	string
@@ -34,4 +35,7 @@
 	int
 	default 2
 
+config DEBUG_SMI
+	default y
+
 endif