pmb.config.necessary_kconfig_options: sort keys (MR 1958)

Sort keys alphabetically.
This commit is contained in:
Oliver Smith 2020-07-08 16:12:52 +02:00
parent b366b5004f
commit ec71670f20
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -197,8 +197,8 @@ necessary_kconfig_options = {
"KINETO_GAN": False, "KINETO_GAN": False,
"PFT": False, "PFT": False,
"SYSVIPC": True, "SYSVIPC": True,
"VT": True,
"USE_VFB": False, "USE_VFB": False,
"VT": True,
} }
}, },
">=4.0.0": { ">=4.0.0": {