blob: c277a0b23f7723882c5edb741b5437454faa5909 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config SOC_AMD_COMMON_BLOCK_GRAPHICS
bool
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.
|