kconfig check: require DEVPTS_MULTIPLE_INSTANCES (MR 2051)

Check for CONFIG_DEVPTS_MULTIPLE_INSTANCES, as it's required by bwrap
and therefore flatpak and epiphany.

See pmaports!2145
This commit is contained in:
Ignacy Kuchciński 2021-04-28 18:34:31 +02:00
parent 0ea0ced7fd
commit 4eba7f62b1
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 5 additions and 0 deletions

View File

@ -263,6 +263,11 @@ necessary_kconfig_options = {
"USER_NS": True,
},
},
"<4.7.0": {
"all": {
"DEVPTS_MULTIPLE_INSTANCES": True,
}
},
"<5.2.0": {
"armhf armv7 x86": {
"LBDAF": True