qemu/q35: uncomment cache-as-ram Kconfig entries

Change-Id: I8371764e3f2d16a3a776beb1c064f461b20a4262
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-on: http://review.coreboot.org/3496
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig
index 95209cb..cf13f35 100644
--- a/src/mainboard/emulation/qemu-q35/Kconfig
+++ b/src/mainboard/emulation/qemu-q35/Kconfig
@@ -27,13 +27,13 @@
 #	int
 #	default 6
 
-#config DCACHE_RAM_BASE
-#	hex
-#	default 0xd0000
+config DCACHE_RAM_BASE
+	hex
+	default 0xd0000
 
-#config DCACHE_RAM_SIZE
-#	hex
-#	default 0x10000
+config DCACHE_RAM_SIZE
+	hex
+	default 0x10000
 
 
 endif # BOARD_EMULATION_QEMU_X86