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

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