kconfig-check: only check TZDEV/SAMSUNG_TUI on kernels older than 4.14 (MR 2148)

* On newer samsung devices disabling these does the exact opposite of
  what's mentioned in 50cdf04760
* With these enabled the device boots up just fine
This commit is contained in:
Tim Zimmermann 2021-12-12 08:34:01 +01:00 committed by Alexey Min
parent 66d11d6d34
commit 2801b5d687
No known key found for this signature in database
GPG Key ID: 0B19D2A65870B448
1 changed files with 6 additions and 2 deletions

View File

@ -289,11 +289,9 @@ necessary_kconfig_options = {
"EXT4_FS": True,
"KINETO_GAN": False,
"PFT": False,
"SAMSUNG_TUI": False,
"SEC_RESTRICT_ROOTING": False,
"SYSVIPC": True,
"TMPFS_POSIX_ACL": True,
"TZDEV": False,
"USE_VFB": False,
"VT": True,
}
@ -309,6 +307,12 @@ necessary_kconfig_options = {
"DEVPTS_MULTIPLE_INSTANCES": True,
}
},
"<4.14.0": {
"all": {
"SAMSUNG_TUI": False,
"TZDEV": False,
}
},
"<5.2.0": {
"armhf armv7 x86": {
"LBDAF": True