Home
last modified time | relevance | path

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

12

/scripts/
Ddiffconfig51 def print_config(op, config, value, new_value): argument
57 print("# CONFIG_%s is not set" % config)
59 print("CONFIG_%s=%s" % (config, new_value))
62 print("-%s %s" % (config, value))
64 print("+%s %s" % (config, new_value))
66 print(" %s %s -> %s" % (config, value, new_value))
106 for config in a:
107 if config not in b:
108 old.append(config)
110 for config in old:
[all …]
Dconfig12 Manipulate options in a .config file from the command line.
36 --file config-file .config file to change (default .config)
Dsetlocalversion72 if git config --get svn-remote.svn.url >/dev/null; then
152 if test -e include/config/auto.conf; then
153 . include/config/auto.conf
DMakefile.modbuiltin11 include include/config/auto.conf
14 include include/config/tristate.conf
/scripts/kconfig/
Dstreamline_config.pl59 my $config = ".config";
159 my $config;
205 $config = $2;
210 $depends{$config} .= " " . $ifdeps[$i];
212 $depends{$config} = $ifdeps[$i];
220 $depends{$config} = $1;
222 $depends{$config} .= " " . $1;
227 $depends{$config} .= " " . $dep;
228 dprint "Added default depends $dep to $config\n";
235 $selects{$conf} .= " " . $config;
[all …]
DMakefile6 PHONY += xconfig gconfig menuconfig config localmodconfig localyesconfig \
35 config: $(obj)/conf target
50 $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
51 $(Q)if [ -f .config ]; then \
52 cmp -s .tmp.config .config || \
53 (mv -f .config .config.old.1; \
54 mv -f .tmp.config .config; \
56 mv -f .config.old.1 .config.old) \
58 mv -f .tmp.config .config; \
61 $(Q)rm -f .tmp.config
[all …]
Dgconf-cfg.sh13 if ! pkg-config --exists $PKG; then
22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then
Dqconf-cfg.sh14 if pkg-config --exists $PKG; then
29 echo >&2 "* Could not find Qt via pkg-config."
Dmerge_config.sh93 KCONFIG_CONFIG=.config
109 TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX)
110 MERGE_FILE=$(mktemp ./.merge_tmp.config.XXXXXXXXXX)
Dmconf-cfg.sh8 if pkg-config --exists $PKG; then
Dnconf-cfg.sh8 if pkg-config --exists $PKG; then
/scripts/kconfig/tests/err_recursive_dep/
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/
DKconfig3 config MODULES
12 config BOOL_CHOICE0
15 config BOOL_CHOICE1
25 config OPT_BOOL_CHOICE0
28 config OPT_BOOL_CHOICE1
37 config TRI_CHOICE0
40 config TRI_CHOICE1
50 config OPT_TRI_CHOICE0
53 config OPT_TRI_CHOICE1
/scripts/dtc/
Ddt_to_config326 my $config = $pn_arg_ref->{config};
376 my @configs = split(' && ', $config);
439 my $config = $pn_arg_ref->{config};
460 print " : $compat : $driver : $config : ";
462 my @configs = split(' && ', $config);
543 my $config;
545 $config = 'no_makefile';
546 push @{ $driver_config{$driver} }, $config;
555 my @config;
561 my $config;
[all …]
DMakefile14 ifeq ($(shell pkg-config --exists yaml-0.1 2>/dev/null && echo yes),)
22 HOSTLDLIBS_dtc := $(shell pkg-config yaml-0.1 --libs)
/scripts/kconfig/tests/auto_submenu/
DKconfig3 config A
7 config A0
14 config A0_0
21 config A1
34 config A1_0
37 config A1_1
42 config B
47 config C
/scripts/kconfig/tests/rand_nested_choice/
DKconfig6 config A
9 config B
16 config C
19 config D
26 config E
/scripts/kconfig/tests/new_choice_with_dep/
DKconfig3 config A
14 config CHOICE_B
17 config CHOICE_C
27 config CHOICE_D
30 config CHOICE_E
33 config CHOICE_F
/scripts/kconfig/tests/choice_value_with_m_dep/
DKconfig3 config MODULES
7 config DEP
14 config CHOICE0
17 config CHOICE1
/scripts/kconfig/tests/inter_choice/
DKconfig3 config MODULES
10 config CHOICE_VAL0
13 config CHOIVE_VAL1
22 config DUMMY
/scripts/kconfig/tests/no_write_if_dep_unmet/
DKconfig3 config A
10 config CHOICE_B
13 config CHOICE_C
/scripts/selinux/
Dinstall_policy.sh67 if [ -f /etc/selinux/config ]; then
69 mv /etc/selinux/config /etc/selinux/config.bak
72 cat > /etc/selinux/config << EOF
/scripts/gcc-plugins/
DKconfig4 config PLUGIN_HOSTCC
11 config HAVE_GCC_PLUGINS
30 config GCC_PLUGIN_CYC_COMPLEXITY
46 config GCC_PLUGIN_SANCOV
54 config GCC_PLUGIN_LATENT_ENTROPY
71 config GCC_PLUGIN_RANDSTRUCT
100 config GCC_PLUGIN_RANDSTRUCT_PERFORMANCE
111 config GCC_PLUGIN_ARM_SSP_PER_TASK
/scripts/kconfig/tests/
Dconftest.py91 self.config = f.read()
93 self.config = None
110 if self.config is not None:
112 print(self.config)
/scripts/package/
Dmkspec20 if grep -q CONFIG_MODULES=y .config; then
26 if grep -q CONFIG_DRM=y .config; then
96 cp .config %{buildroot}/boot/config-$KERNELRELEASE

12