Add CONFIG_GENERATE_* for tables so that the user can select which tables not
[coreboot.git] / src / southbridge / via / vt8237r / Config.lb
index 93e88c280a744588773f85d3b709c74825e1ccea..b760ec2c5258a982ea2a074453e98612c527ad83 100644 (file)
@@ -17,7 +17,7 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-uses CONFIG_HAVE_ACPI_TABLES
+uses CONFIG_GENERATE_ACPI_TABLES
 
 config chip.h
 
@@ -28,6 +28,6 @@ driver vt8237r_lpc.o
 driver vt8237r_sata.o
 driver vt8237r_usb.o
 driver vt8237r_nic.o
-if CONFIG_HAVE_ACPI_TABLES
+if CONFIG_GENERATE_ACPI_TABLES
        object vt8237_fadt.o
 end