xcbosa-linux 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
..
lxdialog 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
patches 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
.gitignore 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
Makefile 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
Makefile.br 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
POTFILES.in 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
README.buildroot 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
check.sh 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
conf.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
confdata.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
expr.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
expr.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
foo.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
gconf.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
gconf.glade 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
images.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
kconf_id.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
kxgettext.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
list.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
lkc.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
lkc_proto.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
mconf.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
menu.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
merge_config.sh 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
nconf.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
nconf.gui.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
nconf.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
qconf.cc 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
qconf.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
streamline_config.pl 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
symbol.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
util.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
zconf.l 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
zconf.lex.c_shipped 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
zconf.tab.c_shipped 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 月之前
zconf.y 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 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