diff options
author | Ronald G. Minnich <rminnich@google.com> | 2013-06-30 20:30:58 -0700 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-12-07 03:42:55 +0100 |
commit | 01ab2d14be086bd6fda82eaad000a34e6abb9047 (patch) | |
tree | f2eedc99fd9c790cadb8ca18b7ff90f6e46ef7a0 /src/drivers/intel/gma/Kconfig | |
parent | 6f0e160459aa7d1de34da85978df5f3282c973ce (diff) | |
download | coreboot-01ab2d14be086bd6fda82eaad000a34e6abb9047.tar.xz |
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 <rminnich@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/60612
Tested-by: Ronald G. Minnich <rminnich@chromium.org>
Reviewed-by: Ronald G. Minnich <rminnich@chromium.org>
Commit-Queue: Ronald G. Minnich <rminnich@chromium.org>
Reviewed-on: http://review.coreboot.org/4337
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/drivers/intel/gma/Kconfig')
-rw-r--r-- | src/drivers/intel/gma/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
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 |