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

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