Nasser Afshin 7b87c2ae81 support/kconfig/merge_config.sh: avoid false positive matches from comment lines 5 lat temu
..
lxdialog 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
patches 7b87c2ae81 support/kconfig/merge_config.sh: avoid false positive matches from comment lines 5 lat temu
.gitignore 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 lat temu
Makefile 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
Makefile.br b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix 11 lat temu
POTFILES.in 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 lat temu
README.buildroot 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
check.sh 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
conf.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
confdata.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
expr.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
expr.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
foo.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 lat temu
gconf.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
gconf.glade 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 lat temu
images.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 lat temu
kconf_id.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
kxgettext.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
list.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
lkc.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
lkc_proto.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
mconf.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
menu.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
merge_config.sh 7b87c2ae81 support/kconfig/merge_config.sh: avoid false positive matches from comment lines 5 lat temu
nconf.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
nconf.gui.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
nconf.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
qconf.cc 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
qconf.h 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
streamline_config.pl 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
symbol.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
util.c 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
zconf.l 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
zconf.lex.c_shipped 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
zconf.tab.c_shipped 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu
zconf.y 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 5 lat temu

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