soc/intel/skylake: Add option to toggle Hyper-Threading

Tested on Supermicro X11SSH-TF.

Change-Id: I3ebab68ff868c78105bb4b35abffb92f3ccf1705
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35208
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 9cb8d45..901e5f9 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -78,6 +78,11 @@
 	select TSC_SYNC_MFENCE
 	select UDELAY_TSC
 
+config FSP_HYPERTHREADING
+	bool "Enable Hyper-Threading"
+	depends on MAINBOARD_USES_FSP2_0
+	default y
+
 config CPU_INTEL_NUM_FIT_ENTRIES
 	int
 	default 10