drivers/intel/gma: Unify VBT related Kconfig names

Shuffle words and drop the _DATA_FILE suffix.

Change-Id: I0b0d50ea729e5580c0bc7b43f250ff387ce59cfc
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/26898
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Nico Huber
2018-06-06 17:40:02 +02:00
parent 873b4e70bc
commit 29cc33181a
28 changed files with 34 additions and 34 deletions

View File

@@ -492,7 +492,7 @@ unsigned long southcluster_write_acpi_tables(struct device *device,
current = acpi_write_hpet(device, current, rsdp);
current = acpi_align_current(current);
if (IS_ENABLED(CONFIG_INTEL_GMA_ADD_VBT_DATA_FILE)) {
if (IS_ENABLED(CONFIG_INTEL_GMA_ADD_VBT)) {
igd_opregion_t *opregion;
printk(BIOS_DEBUG, "ACPI: * IGD OpRegion\n");