Kconfig: indent with tabs, not spaces.

Change-Id: I8996f8ab739a07014a4189738b5624485d752d9d
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13540
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 35b2a18..0ebdaa4 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -181,9 +181,9 @@
 	default 0x40000
 
 config SKIP_FSP_CAR
-        bool "Skip cache as RAM setup in FSP"
-        default y
-        help
-          Skip Cache as RAM setup in FSP.
+	bool "Skip cache as RAM setup in FSP"
+	default y
+	help
+	  Skip Cache as RAM setup in FSP.
 
 endif