linuxOS_AP06/device/rockchip/common/kconfig
2025-06-03 12:28:32 +08:00
..
lxdialog v1.1.1 2025-06-03 12:28:32 +08:00
patches v1.1.1 2025-06-03 12:28:32 +08:00
check.sh v1.1.1 2025-06-03 12:28:32 +08:00
conf.c v1.1.1 2025-06-03 12:28:32 +08:00
confdata.c v1.1.1 2025-06-03 12:28:32 +08:00
expr.c v1.1.1 2025-06-03 12:28:32 +08:00
expr.h v1.1.1 2025-06-03 12:28:32 +08:00
foo.h v1.1.1 2025-06-03 12:28:32 +08:00
gconf.c v1.1.1 2025-06-03 12:28:32 +08:00
gconf.glade v1.1.1 2025-06-03 12:28:32 +08:00
images.c v1.1.1 2025-06-03 12:28:32 +08:00
kconf_id.c v1.1.1 2025-06-03 12:28:32 +08:00
kxgettext.c v1.1.1 2025-06-03 12:28:32 +08:00
list.h v1.1.1 2025-06-03 12:28:32 +08:00
lkc_proto.h v1.1.1 2025-06-03 12:28:32 +08:00
lkc.h v1.1.1 2025-06-03 12:28:32 +08:00
Makefile v1.1.1 2025-06-03 12:28:32 +08:00
Makefile.br v1.1.1 2025-06-03 12:28:32 +08:00
mconf.c v1.1.1 2025-06-03 12:28:32 +08:00
menu.c v1.1.1 2025-06-03 12:28:32 +08:00
merge_config.sh v1.1.1 2025-06-03 12:28:32 +08:00
nconf.c v1.1.1 2025-06-03 12:28:32 +08:00
nconf.gui.c v1.1.1 2025-06-03 12:28:32 +08:00
nconf.h v1.1.1 2025-06-03 12:28:32 +08:00
POTFILES.in v1.1.1 2025-06-03 12:28:32 +08:00
qconf.cc v1.1.1 2025-06-03 12:28:32 +08:00
qconf.h v1.1.1 2025-06-03 12:28:32 +08:00
README.buildroot v1.1.1 2025-06-03 12:28:32 +08:00
README.rockchip v1.1.1 2025-06-03 12:28:32 +08:00
streamline_config.pl v1.1.1 2025-06-03 12:28:32 +08:00
symbol.c v1.1.1 2025-06-03 12:28:32 +08:00
util.c v1.1.1 2025-06-03 12:28:32 +08:00
zconf.l v1.1.1 2025-06-03 12:28:32 +08:00
zconf.lex.c_shipped v1.1.1 2025-06-03 12:28:32 +08:00
zconf.tab.c_shipped v1.1.1 2025-06-03 12:28:32 +08:00
zconf.y v1.1.1 2025-06-03 12:28:32 +08:00

This is a copy of the kconfig code in the buildroot (currently 2024.02) tweaked
to suit Rockchip Linux SDK.

Changes:
1/ sed -i -e "s/buildroot/kernel/" -e "s/Buildroot/Rockchip Linux SDK/" \
	-e "s/BR2_/RK_/" *conf*
2/ Apply 0001-HACK-Support-using-endmenuconfig-to-quit-menuconfig.patch