mb/prodrive/hermes: Deselect PCIEXP_CLK_PM and L1_SUB_STATE

Set default of PCIEXP_CLK_PM and PCIEXP_L1_SUB_STATE to n as this breaks
booting Windows with a PCIE NVIDIA.

Change-Id: Ie8768b91c27c4159f9b3c7f94699134a82decea0
Signed-off-by: Christian Walter <christian.walter@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43179
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
diff --git a/src/mainboard/prodrive/hermes/Kconfig b/src/mainboard/prodrive/hermes/Kconfig
index 3a74ce5..6a79f5b 100644
--- a/src/mainboard/prodrive/hermes/Kconfig
+++ b/src/mainboard/prodrive/hermes/Kconfig
@@ -33,6 +33,14 @@
 	string
 	default "prodrive/hermes"
 
+config PCIEXP_L1_SUB_STATE
+	bool
+	default n
+
+config PCIEXP_CLK_PM
+	bool
+	default n
+
 config VARIANT_DIR
 	string
 	default "baseboard"	if BOARD_PRODRIVE_HERMES_BASEBOARD