Home
last modified time | relevance | path

Searched refs:config (Results 1 – 24 of 24) sorted by relevance

/scripts/kconfig/
A Dstreamline_config.pl59 my $config = ".config";
159 my $config;
205 $config = $2;
220 $depends{$config} = $1;
243 $prompts{$config} = 1;
487 my ($config, $p) = @_;
552 if (defined($orig_configs{$config}) && $orig_configs{$config} ne "m") {
557 $depconfig = $config;
566 if (!defined($prompts{$config}) && defined($selects{$config})) {
576 $config =~ s/^CONFIG_//;
[all …]
A DMakefile37 config: $(obj)/conf target
53 $(Q)if [ -f .config ]; then \
54 cmp -s .tmp.config .config || \
55 (mv -f .config .config.old.1; \
56 mv -f .tmp.config .config; \
58 mv -f .config.old.1 .config.old) \
60 mv -f .tmp.config .config; \
63 $(Q)rm -f .tmp.config
108 %.config: $(obj)/conf
114 kvmconfig: kvm_guest.config
[all …]
A Dgconf-cfg.sh13 if ! pkg-config --exists $PKG; then
22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then
A Dqconf-cfg.sh14 if pkg-config --exists $PKG; then
29 echo >&2 "* Could not find Qt via pkg-config."
A Dmerge_config.sh92 KCONFIG_CONFIG=.config
108 TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX)
A Dnconf-cfg.sh8 if pkg-config --exists $PKG; then
A Dmconf-cfg.sh8 if pkg-config --exists $PKG; then
A Dqconf.cc1456 QMenu* config = menu->addMenu("&File"); in ConfigMainWindow() local
1457 config->addAction(loadAction); in ConfigMainWindow()
1458 config->addAction(saveAction); in ConfigMainWindow()
1459 config->addAction(saveAsAction); in ConfigMainWindow()
1460 config->addSeparator(); in ConfigMainWindow()
1461 config->addAction(quitAction); in ConfigMainWindow()
/scripts/kconfig/tests/err_recursive_dep/
A DKconfig5 config A
11 config B
17 config C1
21 config C2
27 config D1
32 config D2
37 config E1
42 config E2
47 config F1
51 config F2
[all …]
/scripts/kconfig/tests/choice/
A DKconfig1 config MODULES
10 config BOOL_CHOICE0
13 config BOOL_CHOICE1
23 config OPT_BOOL_CHOICE0
26 config OPT_BOOL_CHOICE1
35 config TRI_CHOICE0
38 config TRI_CHOICE1
48 config OPT_TRI_CHOICE0
51 config OPT_TRI_CHOICE1
/scripts/kconfig/tests/auto_submenu/
A DKconfig1 config A
5 config A0
12 config A0_0
19 config A1
32 config A1_0
35 config A1_1
40 config B
45 config C
/scripts/
A DMakefile.autoconf25 include include/config/auto.conf
35 include config.mk
48 -MQ include/config/auto.conf include/config.h > $@ || { \
51 include/autoconf.mk.dep: include/config.h FORCE
66 ! grep -q "$${line%=*}=" include/config/auto.conf; then \
73 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM include/config.h > $@.tmp && { \
81 u-boot.cfg: include/config.h FORCE
84 spl/u-boot.cfg: include/config.h FORCE
88 tpl/u-boot.cfg: include/config.h FORCE
92 vpl/u-boot.cfg: include/config.h FORCE
[all …]
A Dconfig15 Manipulate options in a .config file from the command line.
39 --file config-file .config file to change (default .config)
A Dsetlocalversion193 if ! test -e include/config/auto.conf; then
199 config_localversion=$(sed -n 's/^CONFIG_LOCALVERSION=\(.*\)$/\1/p' include/config/auto.conf | tr -d…
202 if grep -q "^CONFIG_LOCALVERSION_AUTO=y$" include/config/auto.conf; then
A DMakefile.build49 -include include/config/auto.conf
262 $(wildcard include/config/orc/unwinder.h \
263 include/config/stack/validation.h)
A DMakefile.xpl22 -include include/config/auto.conf
85 include $(srctree)/config.mk
199 -include $(objtree)/include/config.h \
A DKbuild.include237 # including used config symbols
A Dcheckpatch.pl7220 my $config = $1;
7224 $fixed[$fixlinenr] = "\+#if IS_ENABLED($config)";
/scripts/kconfig/tests/new_choice_with_dep/
A DKconfig1 config A
12 config CHOICE_B
15 config CHOICE_C
25 config CHOICE_D
28 config CHOICE_E
31 config CHOICE_F
/scripts/kconfig/tests/rand_nested_choice/
A DKconfig4 config A
7 config B
14 config C
17 config D
24 config E
/scripts/kconfig/tests/choice_value_with_m_dep/
A DKconfig1 config MODULES
5 config DEP
12 config CHOICE0
15 config CHOICE1
/scripts/kconfig/tests/inter_choice/
A DKconfig1 config MODULES
8 config CHOICE_VAL0
11 config CHOIVE_VAL1
20 config DUMMY
/scripts/kconfig/tests/no_write_if_dep_unmet/
A DKconfig1 config A
8 config CHOICE_B
11 config CHOICE_C
/scripts/kconfig/tests/
A Dconftest.py91 self.config = f.read()
93 self.config = None
110 if self.config is not None:
112 print(self.config)

Completed in 47 milliseconds