agesa_wrapper: Avoid repetitive Kconfig depends, trivial

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6595 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/src/northbridge/amd/agesa_wrapper/family14/Kconfig b/src/northbridge/amd/agesa_wrapper/family14/Kconfig
index 70041d6..ed4c5c7 100644
--- a/src/northbridge/amd/agesa_wrapper/family14/Kconfig
+++ b/src/northbridge/amd/agesa_wrapper/family14/Kconfig
@@ -21,27 +21,26 @@
 	select MMCONF_SUPPORT
 	select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
 
+if NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
+
 config HW_MEM_HOLE_SIZEK
 	hex
 	default 0x100000
-	depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
 
 config HW_MEM_HOLE_SIZE_AUTO_INC
 	bool
 	default n
-	depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
 
 config MMCONF_BASE_ADDRESS
 	hex
 	default 0xf8000000
-  depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
 
 config MMCONF_BUS_NUMBER
 	int
  	default 16
-	depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
 
 config BOOTBLOCK_NORTHBRIDGE_INIT
   string
   default "northbridge/amd/agesa_wrapper/family14/bootblock.c"
-	depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
+
+endif