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

Disable some unneeded drivers #47

Closed
wants to merge 10 commits into from
Closed

Disable some unneeded drivers #47

wants to merge 10 commits into from

Conversation

madaidan
Copy link
Contributor

@madaidan madaidan commented Feb 25, 2020

  • Disables industrial I/O support in both kernels. This enables things like humidity sensors, chemical sensors, light sensors etc. which won't be used on a desktop system.

  • Disables android driver support in the host kernel (was already disabled in the VM kernel). This isn't meant to be used on android anyway.

  • Disables infiniband support in the host kernel (was already disabled in the VM kernel). This is unlikely to be used and adds a whole bunch of other modules.

  • Disables unused network drivers in the VM kernel. The only one VMs need is CONFIG_E1000.

  • Disables unused networking modules in the host kernel (was already disabled in the VM kernel).

@madaidan madaidan closed this Mar 4, 2020
@madaidan madaidan mentioned this pull request Mar 4, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant