aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/graphics/Kconfig
blob: 36cac22ec992d6d841ef7ecf186f67dea0932f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config SOC_INTEL_COMMON_BLOCK_GRAPHICS
	bool
	help
	  Intel Processor common Graphics support

config SKIP_GRAPHICS_ENABLING
	bool
	depends on SOC_INTEL_COMMON_BLOCK_GRAPHICS
	default n
	help
	  Skip GT specific programming in coreboot to support
	  early parts without GT enable.