From 01ab2d14be086bd6fda82eaad000a34e6abb9047 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Sun, 30 Jun 2013 20:30:58 -0700 Subject: Add kernel-derived support functions for DDI. Newer mainboards that use haswell -- and, presumably, chipsets to come -- need some support functions. Add them in the drivers/intel/gma directory. Currently, this is one file: intel_ddi.c, but more may come. Compilation of this file is controlled by INTEL_DDI, defined in the Kconfig as default n and used in the Makefile.inc Change-Id: I501ee291c0d4589925ed3e478f67106337fcad31 Signed-off-by: Ronald G. Minnich Reviewed-on: https://gerrit.chromium.org/gerrit/60612 Tested-by: Ronald G. Minnich Reviewed-by: Ronald G. Minnich Commit-Queue: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/4337 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/drivers/intel/gma/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/drivers/intel/gma/Kconfig') diff --git a/src/drivers/intel/gma/Kconfig b/src/drivers/intel/gma/Kconfig index 1a4212bd49..073f70819b 100644 --- a/src/drivers/intel/gma/Kconfig +++ b/src/drivers/intel/gma/Kconfig @@ -22,3 +22,9 @@ config INTEL_DP default n help helper functions for intel display port operations + +config INTEL_DDI + bool + default n + help + helper functions for intel DDI operations -- cgit v1.2.3