aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/graphics/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2017-11-27 18:23:36 +0530
committerSubrata Banik <subrata.banik@intel.com>2017-12-07 02:38:44 +0000
commitfa7cc7823a996d7ccfae754b269412c6b807744d (patch)
tree5cd38f16f2b8e5dfad4a56e8cbab0765ecdf6686 /src/soc/intel/common/block/graphics/Kconfig
parent85dc0d8daedc496435bba8c4c2a740b70f97ae9c (diff)
soc/intel/common/block: Add Intel common Graphics controller support
SoC need to select specific macros to compile common graphics code. Change-Id: Idbc73854ce9fc21a8a3e3663a98e01fc94d5a5e4 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/22614 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/graphics/Kconfig')
-rw-r--r--src/soc/intel/common/block/graphics/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/graphics/Kconfig b/src/soc/intel/common/block/graphics/Kconfig
new file mode 100644
index 0000000000..4ab92001c3
--- /dev/null
+++ b/src/soc/intel/common/block/graphics/Kconfig
@@ -0,0 +1,4 @@
+config SOC_INTEL_COMMON_BLOCK_GRAPHICS
+ bool
+ help
+ Intel Processor common Graphics support