Skip to content

0xdc/kconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Daniel Cordero
Dec 29, 2024
cad8874 · Dec 29, 2024
Oct 30, 2024
Mar 4, 2017
Dec 6, 2024
Jul 14, 2022
Feb 9, 2019
Nov 24, 2019
Jul 14, 2022
Dec 8, 2017
Apr 9, 2020
Jul 23, 2022
Feb 14, 2023

Repository files navigation

This repo contains Kconfig definitions to automatically select options for a kernel build tailored for my systems.

The Kconfig definitions won't be enabled without first enabling the META_OPTIONS option. Options can be customised or enabled completely with the META_ALL option.

Quick start

$ git clone https://github.com/0xdc/kconfig
$ cd kconfig
$ git remote add stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
$ git fetch stable linux-5.15.y
$ git checkout -b linux-5.15.y master
$ git merge --no-stat --allow-unrelated-histories -X ours stable/linux-5.15.y -m "Merge linux-5.15.y"
$ ./config
$ ./build
# rsync -r meta/install.d/ /etc/kernel/install.d
# make modules_install
# kernel-install add $(make kernelrelease) arch/x86/boot/bzImage

About

kernel configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages