Fix AMD Agesa leaking Kconfig
[coreboot.git] / src / northbridge / amd / agesa / Kconfig
index 2ed9fd53095eac7462df0139ef91fc44aa51a1f3..8c0e7ab7252d58e12744d35d79e128f0d2f68a68 100644 (file)
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
+config NORTHBRIDGE_AMD_AGESA
+        bool
+        default AMD_AGESA
+
+if NORTHBRIDGE_AMD_AGESA
+
 config CONSOLE_VGA_MULTI
        bool
        default n
@@ -26,3 +32,4 @@ source src/northbridge/amd/agesa/family12/Kconfig
 source src/northbridge/amd/agesa/family14/Kconfig
 source src/northbridge/amd/agesa/family15/Kconfig
 
+endif # NORTHBRIDGE_AMD_AGESA