pmb.parse.kconfig: add wireguard, filesystems & more to community check

Add wireguard options, supported file systems and some extra options to
the community kconfig check.

Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20221105074432.13804-1-luca@z3ntu.xyz%3E
This commit is contained in:
Luca Weiss 2022-11-05 08:44:32 +01:00 committed by Oliver Smith
parent 6f45a5d5fb
commit 381a1ca907
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 48 additions and 0 deletions

View file

@ -120,6 +120,9 @@ def check_config(config_path, config_path_pretty, config_arch, pkgver,
pmb.config.necessary_kconfig_options_containers
components["zram"] = pmb.config.necessary_kconfig_options_zram
components["netboot"] = pmb.config.necessary_kconfig_options_netboot
components["wireguard"] = pmb.config.necessary_kconfig_options_wireguard
components["filesystems"] = pmb.config.necessary_kconfig_options_filesystems
components["community"] = pmb.config.necessary_kconfig_options_community
if uefi:
components["uefi"] = pmb.config.necessary_kconfig_options_uefi