Huan.Feng 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
..
lxdialog 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
patches 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
.gitignore 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
Makefile 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
Makefile.br 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
POTFILES.in 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
README.buildroot 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
check.sh 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
conf.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
confdata.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
expr.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
expr.h 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
foo.h 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
gconf.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
gconf.glade 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
images.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
kconf_id.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
kxgettext.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
list.h 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
lkc.h 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
lkc_proto.h 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
mconf.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
menu.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
merge_config.sh 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
nconf.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
nconf.gui.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
nconf.h 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
qconf.cc 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
qconf.h 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
streamline_config.pl 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
symbol.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
util.c 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
zconf.l 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
zconf.lex.c_shipped 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
zconf.tab.c_shipped 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans
zconf.y 7b6fc358fa initial buildroot for linux 5.15 il y a 2 ans

README.buildroot

This is a copy of the kconfig code in the kernel (currently 4.17-rc2) tweaked
to suit Buildroot.

To update:
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
cd support/kconfig.new
# zconf.lex.c and zconf.tab.c needs to be generated by 'make menuconfig'
mv zconf.lex.c zconf.lex.c_shipped
mv zconf.tab.c zconf.tab.c_shipped
rm -rf tests/
cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore .
quilt push -a
# Fix any conflict
cd ..
rm -rf kconfig
mv kconfig.new kconfig

Then verify the toplevel targets work:
config
defconfig
menuconfig
nconfig
xconfig
gconfig
oldconfig