kconfig check: add Samsung-specific options (MR 2000)

Adds checks for following kernel config options:
SAMSUNG_TUI:
    TUI HW Handler - related to Samsung's security measures
    Creates "secure frame buffer", results in bootloop
SEC_RESTRICT_ROOTING:
    blocks gaining root permissions
TZDEV:
    Samsung TZ Based Secure OS interface driver
    (results in bootloops)
This commit is contained in:
HenriDellal 2020-12-04 03:59:49 +03:00 committed by Oliver Smith
parent 2401423e2b
commit 50cdf04760
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 3 additions and 0 deletions

View File

@ -199,7 +199,10 @@ necessary_kconfig_options = {
"EXT4_FS": True,
"KINETO_GAN": False,
"PFT": False,
"SAMSUNG_TUI": False,
"SEC_RESTRICT_ROOTING": False,
"SYSVIPC": True,
"TZDEV": False,
"USE_VFB": False,
"VT": True,
}