Author: stuge Date: Mon May 16 00:40:40 2011 New Revision: 6595 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6595
Log: agesa_wrapper: Avoid repetitive Kconfig depends, trivial Signed-off-by: Peter Stuge <[email protected]> Acked-by: Peter Stuge <[email protected]> Modified: trunk/src/northbridge/amd/agesa_wrapper/family14/Kconfig Modified: trunk/src/northbridge/amd/agesa_wrapper/family14/Kconfig ============================================================================== --- trunk/src/northbridge/amd/agesa_wrapper/family14/Kconfig Mon May 16 00:10:15 2011 (r6594) +++ trunk/src/northbridge/amd/agesa_wrapper/family14/Kconfig Mon May 16 00:40:40 2011 (r6595) @@ -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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

