Skip to content

JiauZhang/menuconfig

Repository files navigation

standalone menuconfig from linux kernel

usage

# menuconfig will save .config in the same folder as YOUR_KCONFIG_FILE
# and generate headers in include/generated/*
# default to read ./Kconfig
menuconfig
# manually specify
menuconfig --kconfig YOUR_KCONFIG_FILE

install dependencies

./install_deps

build and install menuconfig

mkdir build && cd build
cmake .. && make menuconfig
sudo make install

Releases

No releases published

Sponsor this project

Packages

No packages published