diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2014-04-12 13:04:14 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-04-12 13:34:36 +0200 |
commit | 5d41c1a7f9e3c4083856f6ae12605f752c32a249 (patch) | |
tree | fbfdaa7225c3731c76607f34c458ff2127df8b9f /src/cpu/amd | |
parent | 4e6881f0ba917054405535ac922b9020a0eee4cd (diff) |
agesa: Always include family* Kconfig
Otherwise we generate a recursive dependency because
CPU_AMD_AGESA depends on the per-family configurations
while those only exist if CPU_AMD_AGESA is selected.
Change-Id: Ic08d517ff4ca8bb76afc1574b55c54b28ec3f1b0
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5490
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/cpu/amd')
-rw-r--r-- | src/cpu/amd/agesa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index 9a3f1743a9..a73c5cef3a 100644 --- a/src/cpu/amd/agesa/Kconfig +++ b/src/cpu/amd/agesa/Kconfig @@ -62,6 +62,7 @@ config DCACHE_RAM_BASE config DCACHE_RAM_SIZE hex default 0x10000 +endif # CPU_AMD_AGESA source src/cpu/amd/agesa/family10/Kconfig source src/cpu/amd/agesa/family12/Kconfig @@ -70,4 +71,3 @@ source src/cpu/amd/agesa/family15/Kconfig source src/cpu/amd/agesa/family15tn/Kconfig source src/cpu/amd/agesa/family16kb/Kconfig -endif # CPU_AMD_AGESA |