summaryrefslogtreecommitdiffstats
path: root/src/drivers/gfx/generic/Kconfig
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-02-21 09:57:54 -0800
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 12:52:49 +0000
commita0b0d42d691f163b0a5a8268da1087c9c5f28eaa (patch)
tree3745ca1055ce6affefe6f1e8e62f8f21d7fe5873 /src/drivers/gfx/generic/Kconfig
parent4684dc0c638ea0debe9ec1aa736d119d58626424 (diff)
downloadcoreboot-a0b0d42d691f163b0a5a8268da1087c9c5f28eaa.tar.gz
coreboot-a0b0d42d691f163b0a5a8268da1087c9c5f28eaa.tar.bz2
coreboot-a0b0d42d691f163b0a5a8268da1087c9c5f28eaa.zip
gfx: Move drivers/generic/gfx to drivers/gfx/generic
This change creates gfx directory under drivers/ so that all drivers handling gfx devices can be located in the same place. In follow-up CLs, we will be adding another driver that handles gfx devices. This change also updates the names used within the driver from *generic_gfx* to *gfx_generic*. In addition to that, mainboard drallion using this driver is updated to match the correct path and Kconfig name. TEST=Verified that drallion still builds. Change-Id: I377743e0f6d770eed143c7b6041dab2a101e6252 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39047 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Mathew King <mathewk@chromium.org>
Diffstat (limited to 'src/drivers/gfx/generic/Kconfig')
-rw-r--r--src/drivers/gfx/generic/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/gfx/generic/Kconfig b/src/drivers/gfx/generic/Kconfig
new file mode 100644
index 000000000000..dcd1a8bc01da
--- /dev/null
+++ b/src/drivers/gfx/generic/Kconfig
@@ -0,0 +1,6 @@
+config DRIVERS_GFX_GENERIC
+ bool
+ default n
+ depends on HAVE_ACPI_TABLES
+ help
+ Include support for generic graphics device in devicetree