| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | POTFILES.in | 1 scripts/kconfig/lxdialog/checklist.c 2 scripts/kconfig/lxdialog/inputbox.c 3 scripts/kconfig/lxdialog/menubox.c 4 scripts/kconfig/lxdialog/textbox.c 5 scripts/kconfig/lxdialog/util.c 6 scripts/kconfig/lxdialog/yesno.c 7 scripts/kconfig/mconf.c 8 scripts/kconfig/conf.c 9 scripts/kconfig/confdata.c 10 scripts/kconfig/gconf.c [all …]
|
| H A D | zconf.hash.c_shipped | 2 …nd-line: gperf -t --output-file scripts/kconfig/zconf.hash.c_shipped -a -C -E -g -k '1,3,$' -p -t … 31 #line 10 "scripts/kconfig/zconf.gperf" 189 #line 26 "scripts/kconfig/zconf.gperf" 191 #line 37 "scripts/kconfig/zconf.gperf" 194 #line 27 "scripts/kconfig/zconf.gperf" 197 #line 30 "scripts/kconfig/zconf.gperf" 199 #line 32 "scripts/kconfig/zconf.gperf" 201 #line 20 "scripts/kconfig/zconf.gperf" 203 #line 25 "scripts/kconfig/zconf.gperf" 206 #line 33 "scripts/kconfig/zconf.gperf" [all …]
|
| H A D | .zconf.tab.o.cmd | |
| H A D | streamline_config.pl | 137 my $kconfig = $ARGV[1]; 155 my ($kconfig) = @_; 163 my $source = "$ksource/$kconfig"; 173 open(my $kinfile, '<', $source) || die "Can't open $kconfig"; 192 my $kconfig = $1; 194 if (!defined($read_kconfigs{$kconfig})) { 195 $read_kconfigs{$kconfig} = 1; 196 read_kconfig($kconfig); 267 if ($kconfig) { 268 read_kconfig($kconfig);
|
| H A D | .conf.cmd | |
| H A D | .conf.o.cmd | |
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | POTFILES.in | 1 scripts/kconfig/lxdialog/checklist.c 2 scripts/kconfig/lxdialog/inputbox.c 3 scripts/kconfig/lxdialog/menubox.c 4 scripts/kconfig/lxdialog/textbox.c 5 scripts/kconfig/lxdialog/util.c 6 scripts/kconfig/lxdialog/yesno.c 7 scripts/kconfig/mconf.c 8 scripts/kconfig/conf.c 9 scripts/kconfig/confdata.c 10 scripts/kconfig/gconf.c [all …]
|
| H A D | README.buildroot | 1 This is a copy of the kconfig code in the kernel (currently 4.17-rc2) tweaked 5 cp -r /usr/src/linux/scripts/kconfig support/kconfig.new 6 cd support/kconfig.new 11 cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore . 15 rm -rf kconfig 16 mv kconfig.new kconfig
|
| H A D | streamline_config.pl | 138 my $kconfig = $ARGV[1]; 156 my ($kconfig) = @_; 164 my $source = "$ksource/$kconfig"; 174 open(my $kinfile, '<', $source) || die "Can't open $kconfig"; 193 my $kconfig = $1; 195 if (!defined($read_kconfigs{$kconfig})) { 196 $read_kconfigs{$kconfig} = 1; 197 read_kconfig($kconfig); 268 if ($kconfig) { 269 read_kconfig($kconfig);
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 01-kconfig-kernel-to-buildroot.patch | 9 Index: kconfig/gconf.glade 11 --- kconfig.orig/gconf.glade 12 +++ kconfig/gconf.glade 22 Index: kconfig/mconf.c 24 --- kconfig.orig/mconf.c 25 +++ kconfig/mconf.c 47 Index: kconfig/zconf.tab.c_shipped 49 --- kconfig.orig/zconf.tab.c_shipped 50 +++ kconfig/zconf.tab.c_shipped 60 Index: kconfig/zconf.y [all …]
|
| H A D | 12-fix-glade-file-path.patch | 5 Index: kconfig/gconf.c 7 --- kconfig.orig/gconf.c 8 +++ kconfig/gconf.c 13 - glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL); 14 + glade_file = g_strconcat(env, "/support/kconfig/gconf.glade", NULL);
|
| H A D | 14-support-out-of-tree-config.patch | 7 Index: kconfig/conf.c 9 --- kconfig.orig/conf.c 10 +++ kconfig/conf.c 19 Index: kconfig/confdata.c 21 --- kconfig.orig/confdata.c 22 +++ kconfig/confdata.c 167 Index: kconfig/util.c 169 --- kconfig.orig/util.c 170 +++ kconfig/util.c 183 name = ".kconfig.d";
|
| H A D | 11-use-mktemp-for-lxdialog.patch | 5 Index: kconfig/lxdialog/check-lxdialog.sh 7 --- kconfig.orig/lxdialog/check-lxdialog.sh 8 +++ kconfig/lxdialog/check-lxdialog.sh
|
| H A D | 17-backport-kecho.patch | 10 Index: kconfig/Makefile 12 --- kconfig.orig/Makefile 13 +++ kconfig/Makefile
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-kconfig.mk | 18 define kconfig-package-update-config 35 define kconfig-package-savedefconfig 47 define kconfig-package-regen-dot-config 59 define kconfig-package-merge-config 63 $(Q)support/kconfig/merge_config.sh -m -O $(dir $(2)) $(2) $(3) 64 $(call kconfig-package-regen-dot-config,$(1)) 79 define inner-kconfig-package 172 $$(call kconfig-package-merge-config,$(2),$$(@D)/$$($(2)_KCONFIG_DOTCONFIG),\ 190 $$(call kconfig-package-regen-dot-config,$(2)) 202 $(1)-clean-for-reconfigure: $(1)-clean-kconfig-for-reconfigure [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | streamline_config.pl | 136 my $kconfig = $ARGV[1]; 155 my ($kconfig) = @_; 163 my $source = "$ksource/$kconfig"; 173 open(my $kinfile, '<', $source) || die "Can't open $kconfig"; 192 my $kconfig = $1; 194 if (!defined($read_kconfigs{$kconfig})) { 195 $read_kconfigs{$kconfig} = 1; 196 read_kconfig($kconfig); 205 $config2kfile{"CONFIG_$config"} = $kconfig; 268 if ($kconfig) { [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/ |
| H A D | kconfig-frontends_4.11.0.1.bb | 5 DESCRIPTION = "The kconfig-frontends project aims at centralising \ 7 kconfig infrastructure, ready for use by third-party projects. \ 8 The kconfig-frontends package provides the kconfig parser, as well as all \ 10 HOMEPAGE = "https://gitlab.com/ymorin/kconfig-frontends" 16 SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \ 18 file://0001-Switch-utils-kconfig-diff-to-use-Python-3.patch" 30 ln -s kconfig-conf ${D}${bindir}/conf 31 ln -s kconfig-mconf ${D}${bindir}/mconf
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | adding-packages-kconfig.txt | 4 === Infrastructure for packages using kconfig for configuration files 7 configuration is +kconfig+. Among others, it is used by the Linux 9 and a +menuconfig+ target are two well-known symptoms of kconfig being 12 Buildroot features an infrastructure for packages that use kconfig for 18 The +kconfig-package+ infrastructure is based on the +generic-package+ 20 available in +kconfig-package+ as well. See 23 In order to use the +kconfig-package+ infrastructure for a Buildroot 30 $(eval $(kconfig-package)) 48 this kconfig package. The output is useful to identify the 68 * +FOO_KCONFIG_EDITORS+: a space-separated list of kconfig editors to [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/ |
| H A D | 0001-Switch-utils-kconfig-diff-to-use-Python-3.patch | 4 Subject: [PATCH] Switch utils/kconfig-diff to use Python 3 11 utils/kconfig-diff | 2 +- 14 diff --git a/utils/kconfig-diff b/utils/kconfig-diff 16 --- a/utils/kconfig-diff 17 +++ b/utils/kconfig-diff
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | expected_stderr | 3 For a resolution refer to Documentation/kbuild/kconfig-language.rst 8 For a resolution refer to Documentation/kbuild/kconfig-language.rst 14 For a resolution refer to Documentation/kbuild/kconfig-language.rst 20 For a resolution refer to Documentation/kbuild/kconfig-language.rst 26 For a resolution refer to Documentation/kbuild/kconfig-language.rst 31 For a resolution refer to Documentation/kbuild/kconfig-language.rst 37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
|
| /OK3568_Linux_fs/kernel/ |
| H A D | .gitignore | 85 scripts/kconfig/conf 86 scripts/kconfig/zconf.lex.c 87 scripts/kconfig/zconf.tab.c 88 scripts/kconfig/lexer.lex.c 89 scripts/kconfig/parser.tab.c 90 scripts/kconfig/parser.tab.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/ |
| H A D | busybox-cross-menuconfig.patch | 33 scripts/kconfig/lxdialog/Makefile | 2 +- 34 scripts/kconfig/lxdialog/check-lxdialog.sh | 8 ++++++++ 37 --- a/scripts/kconfig/lxdialog/check-lxdialog.sh 38 +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh 61 --- a/scripts/kconfig/lxdialog/Makefile 62 +++ b/scripts/kconfig/lxdialog/Makefile
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | index.rst | 10 kconfig-language 11 kconfig-macro-language 14 kconfig
|
| /OK3568_Linux_fs/u-boot/board/bosch/shc/ |
| H A D | README | 31 HOSTCC scripts/kconfig/conf.o 32 SHIPPED scripts/kconfig/zconf.tab.c 33 SHIPPED scripts/kconfig/zconf.lex.c 34 SHIPPED scripts/kconfig/zconf.hash.c 35 HOSTCC scripts/kconfig/zconf.tab.o 36 HOSTLD scripts/kconfig/conf
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | tags.sh | 225 kconfig) tmp=("${regex_kconfig[@]}") ;; 267 setup_regex exuberant kconfig 269 --langdef=kconfig --language-force=kconfig "${regex[@]}" 278 setup_regex emacs kconfig
|