Skip to content
0xdc edited this page Aug 2, 2017 · 1 revision

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

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
$ git checkout -b linux-4.9.y master
$ git merge --allow-unrelated-histories stable/linux-4.9.y
$ git checkout --ours Kconfig && git commit
$ make defconfig
$ ./build
Clone this wiki locally