Searched refs:config (Results 1 – 24 of 24) sorted by relevance
59 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 …]
37 config: $(obj)/conf target53 $(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.config108 %.config: $(obj)/conf114 kvmconfig: kvm_guest.config[all …]
13 if ! pkg-config --exists $PKG; then22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then
14 if pkg-config --exists $PKG; then29 echo >&2 "* Could not find Qt via pkg-config."
92 KCONFIG_CONFIG=.config108 TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX)
8 if pkg-config --exists $PKG; then
1456 QMenu* config = menu->addMenu("&File"); in ConfigMainWindow() local1457 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()
5 config A11 config B17 config C121 config C227 config D132 config D237 config E142 config E247 config F151 config F2[all …]
1 config MODULES10 config BOOL_CHOICE013 config BOOL_CHOICE123 config OPT_BOOL_CHOICE026 config OPT_BOOL_CHOICE135 config TRI_CHOICE038 config TRI_CHOICE148 config OPT_TRI_CHOICE051 config OPT_TRI_CHOICE1
1 config A5 config A012 config A0_019 config A132 config A1_035 config A1_140 config B45 config C
25 include include/config/auto.conf35 include config.mk48 -MQ include/config/auto.conf include/config.h > $@ || { \51 include/autoconf.mk.dep: include/config.h FORCE66 ! 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 FORCE84 spl/u-boot.cfg: include/config.h FORCE88 tpl/u-boot.cfg: include/config.h FORCE92 vpl/u-boot.cfg: include/config.h FORCE[all …]
15 Manipulate options in a .config file from the command line.39 --file config-file .config file to change (default .config)
193 if ! test -e include/config/auto.conf; then199 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
49 -include include/config/auto.conf262 $(wildcard include/config/orc/unwinder.h \263 include/config/stack/validation.h)
22 -include include/config/auto.conf85 include $(srctree)/config.mk199 -include $(objtree)/include/config.h \
237 # including used config symbols
7220 my $config = $1;7224 $fixed[$fixlinenr] = "\+#if IS_ENABLED($config)";
1 config A12 config CHOICE_B15 config CHOICE_C25 config CHOICE_D28 config CHOICE_E31 config CHOICE_F
4 config A7 config B14 config C17 config D24 config E
1 config MODULES5 config DEP12 config CHOICE015 config CHOICE1
1 config MODULES8 config CHOICE_VAL011 config CHOIVE_VAL120 config DUMMY
1 config A8 config CHOICE_B11 config CHOICE_C
91 self.config = f.read()93 self.config = None110 if self.config is not None:112 print(self.config)
Completed in 47 milliseconds