agesa_wrapper: Avoid repetitive Kconfig depends, trivial
authorPeter Stuge <peter@stuge.se>
Sun, 15 May 2011 22:40:40 +0000 (22:40 +0000)
committerPeter Stuge <peter@stuge.se>
Sun, 15 May 2011 22:40:40 +0000 (22:40 +0000)
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

src/northbridge/amd/agesa_wrapper/family14/Kconfig

index 70041d6262cb68bccca42e90526755bcd3ef86c4..ed4c5c70199fcc31fa4c86fc0cbd57dc40042562 100644 (file)
@@ -21,27 +21,26 @@ config NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
        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