linuxOS_D21X/tools/support/kconfig
2024-11-29 16:33:21 +08:00
..
lxdialog v1.2.7 2024-11-29 16:33:21 +08:00
patches v1.2.0 2024-11-29 16:13:46 +08:00
.gitignore v1.2.0 2024-11-29 16:13:46 +08:00
check.sh v1.2.7 2024-11-29 16:33:21 +08:00
conf.c v1.2.0 2024-11-29 16:13:46 +08:00
confdata.c v1.2.0 2024-11-29 16:13:46 +08:00
expr.c v1.2.0 2024-11-29 16:13:46 +08:00
expr.h v1.2.0 2024-11-29 16:13:46 +08:00
foo.h v1.2.0 2024-11-29 16:13:46 +08:00
gconf.c v1.2.0 2024-11-29 16:13:46 +08:00
gconf.glade v1.2.0 2024-11-29 16:13:46 +08:00
images.c v1.2.0 2024-11-29 16:13:46 +08:00
kconf_id.c v1.2.0 2024-11-29 16:13:46 +08:00
kxgettext.c v1.2.0 2024-11-29 16:13:46 +08:00
list.h v1.2.7 2024-11-29 16:33:21 +08:00
lkc_proto.h v1.2.7 2024-11-29 16:33:21 +08:00
lkc.h v1.2.0 2024-11-29 16:13:46 +08:00
Makefile v1.2.7 2024-11-29 16:33:21 +08:00
Makefile.br v1.2.0 2024-11-29 16:13:46 +08:00
mconf.c v1.2.0 2024-11-29 16:13:46 +08:00
menu.c v1.2.0 2024-11-29 16:13:46 +08:00
merge_config.sh v1.2.0 2024-11-29 16:13:46 +08:00
nconf.c v1.2.0 2024-11-29 16:13:46 +08:00
nconf.gui.c v1.2.0 2024-11-29 16:13:46 +08:00
nconf.h v1.2.0 2024-11-29 16:13:46 +08:00
POTFILES.in v1.2.0 2024-11-29 16:13:46 +08:00
qconf.cc v1.2.0 2024-11-29 16:13:46 +08:00
qconf.h v1.2.0 2024-11-29 16:13:46 +08:00
README.buildroot v1.2.0 2024-11-29 16:13:46 +08:00
streamline_config.pl v1.2.0 2024-11-29 16:13:46 +08:00
symbol.c v1.2.0 2024-11-29 16:13:46 +08:00
util.c v1.2.0 2024-11-29 16:13:46 +08:00
zconf.l v1.2.0 2024-11-29 16:13:46 +08:00
zconf.lex.c_shipped v1.2.0 2024-11-29 16:13:46 +08:00
zconf.tab.c_shipped v1.2.0 2024-11-29 16:13:46 +08:00
zconf.y v1.2.0 2024-11-29 16:13:46 +08:00

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