pmb.config.necessary_kconfig_*: tweak comments (MR 2133)

Improve the comments for consistency and to give a little more info than
just repeating the variable name.
This commit is contained in:
Oliver Smith 2021-10-21 09:19:09 +02:00
parent 93e7a1d876
commit d856e21673
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 3 additions and 2 deletions

View File

@ -300,7 +300,7 @@ necessary_kconfig_options = {
}
}
# Necessary anbox kernel config options
# Necessary anbox/waydroid kernel config options (android app support)
necessary_kconfig_options_anbox = {
">=0.0.0": { # all versions
"all": { # all arches
@ -352,7 +352,7 @@ necessary_kconfig_options_apparmor = {
},
}
# Necessary nftables kernel config options
# Necessary nftables kernel config options (firewall)
necessary_kconfig_options_nftables = {
">=3.13.0": { # nftables support introduced here
"all": { # all arches
@ -494,6 +494,7 @@ necessary_kconfig_options_containers = {
},
}
# Necessary zram kernel config options (RAM disk with on-the-fly compression)
necessary_kconfig_options_zram = {
">=3.14.0": { # zram support introduced here
"all": { # all arches