Add CONFIG_GENERATE_* for tables so that the user can select which tables not
[coreboot.git] / src / northbridge / amd / amdfam10 / Config.lb
index f217fcdd3ca1e93d2c1f25fb154a4b0f0330d2c7..27c3625fb05886bc98fa9ad555ea9cbd0f19628c 100644 (file)
 #
 
 uses CONFIG_AGP_APERTURE_SIZE
-uses CONFIG_HAVE_ACPI_TABLES
-uses CONFIG_HAVE_HIGH_TABLES
+uses CONFIG_GENERATE_ACPI_TABLES
+uses CONFIG_WRITE_HIGH_TABLES
 
 default CONFIG_AGP_APERTURE_SIZE=0x4000000
-default CONFIG_HAVE_HIGH_TABLES=1
+default CONFIG_WRITE_HIGH_TABLES=1
 
 config chip.h
 
 driver northbridge.o
 driver misc_control.o
 
-if CONFIG_HAVE_ACPI_TABLES
+if CONFIG_GENERATE_ACPI_TABLES
        object amdfam10_acpi.o
        makerule ssdt.c
                depends "$(TOP)/src/northbridge/amd/amdfam10/ssdt.dsl"