| /linux/scripts/kconfig/tests/conditional_dep/ |
| H A D | __init__.py | 7 assert conf.oldconfig('test_config1') == 0 10 assert conf.oldconfig('test_config2') == 0 13 assert conf.oldconfig('test_config3') == 0
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | configinit.sh | 38 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
|
| H A D | kvm-recheck.sh | 74 if test -r $i/Make.oldconfig.err 76 cat $i/Make.oldconfig.err
|
| /linux/scripts/kconfig/ |
| H A D | conf.c | 26 oldconfig, enumerator 305 case oldconfig: in conf_askvalue() 462 case oldconfig: in conf_choice() 609 {"oldconfig", no_argument, &input_mode_opt, oldconfig}, 639 printf(" --oldconfig Update a configuration using a provided .config as base\n"); in conf_usage() 640 printf(" --syncconfig Similar to oldconfig but generates configuration in\n" in conf_usage() 642 printf(" --olddefconfig Same as oldconfig but sets new symbols to their default value\n"); in conf_usage() 725 case oldconfig: in main() 819 input_mode = oldconfig; in main() [all...] |
| H A D | Makefile | 65 $< $(silent) --oldconfig $(Kconfig); \ 69 $< $(silent) --oldconfig $(Kconfig); \ 78 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
|
| /linux/net/ipv4/netfilter/ |
| H A D | Kconfig | 85 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG. 93 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG. 160 (e.g. when running oldconfig). It selects 180 (e.g. when running oldconfig). It selects 242 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE. 250 (e.g. when running oldconfig). It selects 259 (e.g. when running oldconfig). It selects 297 (e.g. when running oldconfig). It selects
|
| /linux/scripts/kconfig/tests/new_choice_with_dep/ |
| H A D | __init__.py | 14 assert conf.oldconfig('config', 'y') == 0
|
| /linux/scripts/kconfig/tests/transitional/ |
| H A D | __init__.py | 22 assert conf.oldconfig(dot_config='initial_config', in_keys='n\n') == 0
|
| /linux/tools/testing/ktest/examples/include/ |
| H A D | tests.conf | 20 BOOT_TYPE := oldconfig
|
| H A D | patchcheck.conf | 19 DO_BUILD_TYPE := oldconfig
|
| H A D | bootconfig.conf | 12 BUILD_TYPE := oldconfig
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | README.rst | 136 将现有配置升级到新版本,请使用 ``make oldconfig`` ,它只会询问您新配置 151 "make oldconfig" 基于现有的 ./.config 文件选择所有选项,并询问
|
| /linux/net/ipv6/netfilter/ |
| H A D | Kconfig | 78 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG. 138 (e.g. when running oldconfig). It selects 194 (e.g. when running oldconfig). It selects 288 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE.
|
| /linux/Documentation/networking/device_drivers/ethernet/amd/ |
| H A D | pds_vfio_pci.rst | 60 make oldconfig/menuconfig/etc.
|
| H A D | pds_vdpa.rst | 64 make oldconfig/menuconfig/etc.
|
| H A D | pds_core.rst | 123 make oldconfig/menuconfig/etc.
|
| /linux/scripts/kconfig/tests/ |
| H A D | conftest.py | 85 # For interactive modes such as oldaskconfig, oldconfig, 149 def oldconfig(self, dot_config=None, in_keys=None): 150 """Run oldconfig. 156 return self._run_conf('--oldconfig', dot_config=dot_config, 145 def oldconfig(self, dot_config=None, in_keys=None): global() member in Conf
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig.rst | 22 "make oldconfig" won't necessarily produce a working new kernel 35 make oldconfig
|
| H A D | kconfig-language.rst | 95 intent is for "make oldconfig" to add as little as possible to the config from
|
| /linux/Documentation/arch/s390/ |
| H A D | 3270.rst | 86 make oldconfig 89 and rerun "make oldconfig".)
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-msm.c | 1196 u32 config, oldconfig = readl_relaxed(host->ioaddr + in sdhci_msm_set_cdr() local 1199 config = oldconfig; in sdhci_msm_set_cdr() 1208 if (config != oldconfig) { in sdhci_msm_set_cdr()
|
| /linux/Documentation/arch/arm/sa1100/ |
| H A D | assabet.rst | 18 make oldconfig
|
| /linux/Documentation/arch/sh/ |
| H A D | new-machine.rst | 275 oldconfig (prompting you for any new options since the time of creation),
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 330 When configuring the kernel using make menuconfig/xconfig/oldconfig,
|