Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 39) 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 …]
Dconfig15 Manipulate options in a .config file from the command line.
39 --file config-file .config file to change (default .config)
Dsetlocalversion106 if git config --get svn-remote.svn.url >/dev/null; then
186 if test -e include/config/auto.conf; then
187 . include/config/auto.conf
DMakefile6 CRYPTO_LIBS = $(shell pkg-config --libs libcrypto 2> /dev/null || echo -lcrypto)
7 CRYPTO_CFLAGS = $(shell pkg-config --cflags libcrypto 2> /dev/null)
/scripts/kconfig/
Dstreamline_config.pl158 my $config;
204 $config = $2;
205 $config2kfile{"CONFIG_$config"} = $kconfig;
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 \
31 config: $(obj)/conf target
46 $(Q)$(PERL) $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
47 $(Q)if [ -f .config ]; then \
48 cmp -s .tmp.config .config || \
49 (mv -f .config .config.old.1; \
50 mv -f .tmp.config .config; \
52 mv -f .config.old.1 .config.old) \
54 mv -f .tmp.config .config; \
57 $(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."
Dnconf-cfg.sh8 if pkg-config --exists $PKG; then
47 echo >&2 "* You may also need to install pkg-config to find the"
Dmconf-cfg.sh8 if pkg-config --exists $PKG; then
47 echo >&2 "* You may also need to install pkg-config to find the"
Dmerge_config.sh100 KCONFIG_CONFIG=.config
116 TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX)
117 MERGE_FILE=$(mktemp ./.merge_tmp.config.XXXXXXXXXX)
/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),)
23 HOSTCFLAGS_yamltree.o := $(shell pkg-config --cflags yaml-0.1)
25 HOSTLDLIBS_dtc := $(shell pkg-config --libs yaml-0.1)
/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/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/
DKconfig2 config HAVE_GCC_PLUGINS
22 config GCC_PLUGIN_CYC_COMPLEXITY
38 config GCC_PLUGIN_SANCOV
46 config GCC_PLUGIN_LATENT_ENTROPY
63 config GCC_PLUGIN_RANDSTRUCT
92 config GCC_PLUGIN_RANDSTRUCT_PERFORMANCE
103 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
Dbuildtar60 if grep -q '^CONFIG_OF_EARLY_FLATTREE=y' include/config/auto.conf; then
71 if grep -q '^CONFIG_MODULES=y' include/config/auto.conf; then

12