Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused kernel modules and subsystems #215

Open
GDGooD opened this issue Oct 21, 2022 · 1 comment
Open

Remove unused kernel modules and subsystems #215

GDGooD opened this issue Oct 21, 2022 · 1 comment

Comments

@GDGooD
Copy link
Contributor

GDGooD commented Oct 21, 2022

A lot of kernel modules are compiled and included into firmware that costs build time and firmware size.
There are examples what can be excluded from kernel build:

  • USB devices (printers, keyboards)
  • I2C and SPI devices (climate sensors, displays)
  • RTC
  • unused filesystems
  • and more
@dgsiegel
Copy link
Contributor

We are currently working on using the Foundations kernel configs and overwriting them via fragments: #197

Any help or PR is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants