Searched refs:config (Results 1 – 25 of 43) sorted by relevance
12
| /scripts/ |
| D | diffconfig | 51 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 …]
|
| D | config | 15 Manipulate options in a .config file from the command line. 35 --refresh Refresh the config using old settings 40 --file config-file .config file to change (default .config)
|
| D | Makefile.defconf | 7 $(foreach config,$3,$(srctree)/arch/$(SRCARCH)/configs/$(config).config)
|
| D | setlocalversion | 185 if ! test -e include/config/auto.conf; then 191 config_localversion=$(sed -n 's/^CONFIG_LOCALVERSION=\(.*\)$/\1/p' include/config/auto.conf) 194 if grep -q "^CONFIG_LOCALVERSION_AUTO=y$" include/config/auto.conf; then
|
| D | git.orderFile | 9 # add to git config: 10 # git config diff.orderFile scripts/git.orderFile
|
| D | Makefile.package | 22 git-config-tar.gz = -c tar.tar.gz.command="$(KGZIP)" 23 git-config-tar.bz2 = -c tar.tar.bz2.command="$(KBZIP2)" 24 git-config-tar.lzma = -c tar.tar.lzma.command="$(LZMA)" 25 git-config-tar.xz = -c tar.tar.xz.command="$(XZ)" 26 git-config-tar.zst = -c tar.tar.zst.command="$(ZSTD)" 29 cmd_archive = git -C $(srctree) $(git-config-tar$(suffix $@)) archive \ 60 $(Q)cp $(KCONFIG_CONFIG) rpmbuild/SOURCES/config
|
| D | Makefile | 17 filechk_rust_target = $< < include/config/auto.conf 19 $(obj)/target.json: scripts/generate_rust_target include/config/auto.conf FORCE
|
| /scripts/kconfig/ |
| D | streamline_config.pl | 158 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 …]
|
| D | Makefile | 24 /lib/modules/$(kernel-release)/.config \ 25 /etc/kernel-config \ 26 /boot/config-$(kernel-release) 41 config-prog := conf 56 $(foreach c, config menuconfig nconfig gconfig xconfig, $(eval $(call config_rule,$(c)))) 60 $(Q)$(PERL) $(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config 61 $(Q)if [ -f .config ]; then \ 62 cmp -s .tmp.config .config || \ 63 (mv -f .config .config.old.1; \ 64 mv -f .tmp.config .config; \ [all …]
|
| D | merge_config.sh | 107 KCONFIG_CONFIG=.config 123 TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX) 124 MERGE_FILE=$(mktemp ./.merge_tmp.config.XXXXXXXXXX)
|
| /scripts/kconfig/tests/err_recursive_dep/ |
| D | Kconfig | 5 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/dtc/ |
| D | dt_to_config | 326 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 …]
|
| /scripts/kconfig/tests/auto_submenu/ |
| D | Kconfig | 3 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/choice_randomize2/ |
| D | Kconfig | 5 config DUMMY 13 config A 16 config B 21 config FOO 29 config X
|
| /scripts/kconfig/tests/new_choice_with_dep/ |
| D | Kconfig | 3 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_randomize/ |
| D | Kconfig | 4 config A 7 config B 16 config X 19 config Y
|
| /scripts/kconfig/tests/no_write_if_dep_unmet/ |
| D | Kconfig | 3 config A 10 config CHOICE_B 13 config CHOICE_C
|
| /scripts/package/ |
| D | mkspec | 20 if grep -q CONFIG_MODULES=y include/config/auto.conf; then 36 name=$(git config user.name) || true 37 email=$(git config user.email) || true
|
| D | install-extmod-build | 9 grep -q "^$1=y" include/config/auto.conf 26 find include \( -name config -o -name generated \) -prune -o \( -type f -o -type l \) -print 37 echo include/config/auto.conf 38 echo include/config/kernel.release
|
| D | kernel.spec | 17 Source1: config 51 cp %{SOURCE1} .config 64 cp .config %{buildroot}/lib/modules/%{KERNELRELEASE}/config 81 for x in System.map config vmlinuz; do 99 for file in vmlinuz System.map config; do
|
| D | PKGBUILD | 89 if grep -q CONFIG_MODULES=y include/config/auto.conf; then 94 echo "Installing System.map and config..." 97 cp .config "${builddir}/.config"
|
| /scripts/kconfig/tests/choice/ |
| D | Kconfig | 7 config BOOL_CHOICE0 10 config BOOL_CHOICE1
|
| /scripts/selinux/ |
| D | install_policy.sh | 63 if [ -f /etc/selinux/config ]; then 65 mv /etc/selinux/config /etc/selinux/config.bak 68 cat > /etc/selinux/config << EOF
|
| /scripts/gcc-plugins/ |
| D | Kconfig | 2 config HAVE_GCC_PLUGINS 24 config GCC_PLUGIN_SANCOV 34 config GCC_PLUGIN_LATENT_ENTROPY 51 config GCC_PLUGIN_ARM_SSP_PER_TASK
|
| /scripts/kconfig/tests/ |
| D | conftest.py | 95 self.config = f.read() 97 self.config = None 114 if self.config is not None: 116 print(self.config)
|
12