Skip to content

Check kernel config options based on the architecture

postmarketOS Bot requested to merge Polynomdivision:feat/kconfig-arch into master

Created by: Polynomdivision

Do not merge (yet).

This PR is supposed to solve #1218 (closed), which allows pmbootstrap to decide on which kernel config options are to be checked, based on the arch option in the APKBUILD of a linux-<device> package. The options under the all key are applied to every architecture. Using a key like "armhf x86" would result in the kernel config options being checked for both armhf and x86.

Merge request reports