pmb/config: add required option for Waydroid support (MR 2109)

This commit is contained in:
Bart Ribbers 2021-09-09 09:38:11 +02:00 committed by Alexey Min
parent 374d7379ab
commit 4675def8e6
No known key found for this signature in database
GPG Key ID: EBF5ECFFFEE34DED
2 changed files with 7 additions and 0 deletions

View File

@ -319,6 +319,12 @@ necessary_kconfig_options_anbox = {
"BRIDGE_VLAN_FILTERING": True,
}
},
">=4.20.0": {
"all": {
"PSI": True, # required by userspace OOM killer in Waydroid
"PSI_DEFAULT_DISABLED": False,
}
}
}
# Necessary nftables kernel config options

View File

@ -52,3 +52,4 @@ CONFIG_BRIDGE=y
CONFIG_BRIDGE_VLAN_FILTERING=y
# needed for bubblewrap
CONFIG_USER_NS=y
CONFIG_PSI=y