aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/graphics/Kconfig
blob: 4cda353c5f2ce14e790dca10900c37ed1fabba23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config SOC_AMD_COMMON_BLOCK_GRAPHICS
	bool
	default n
	help
	  Select this option to use AMD common graphics driver support.

config SOC_AMD_COMMON_BLOCK_GRAPHICS_ATIF
	bool
	depends on SOC_AMD_COMMON_BLOCK_GRAPHICS
	help
	  Select this option to provide ATIF method with display brightness querying.
	  Currently, the exported values only open up 0-255 as the brightness range for
	  the display.