Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes 1430
Add CONFIG_PPS_CLIENT_GPIO=m
This will enable the PPS GPIO kernel module to be used in arm64 builds. It can be done in the common config as well, however, I personally would anticipate that arm64 instances are much more likely to have a use for PPS GPIO than x86, and as such, shouldn't be needed in the common config. Please let me know if it would be desirable to have this setting elsewhere.
How to use
System without this change
$ modprobe pps-gpio modprobe: FATAL: Module pps-gpio not found in directory /lib/modules/6.1.85-flatcar
System with this change
$ modprobe pps-gpio $ # Note: no output
Alternatively:
$ lsmod | grep gpio pps_gpio 16384 1
Testing done
Currently need an image of Flatcar to be built by CI for me to test
changelog/
directory (user-facing change, bug fix, security fix, update)/boot
and/usr
size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.