| /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 | 69 if test -r $i/Make.oldconfig.err 71 cat $i/Make.oldconfig.err
|
| /linux/drivers/hwmon/ |
| H A D | adt7x10.c | 58 u8 oldconfig; member 313 regmap_write(data->regmap, ADT7X10_CONFIG, data->oldconfig); in adt7x10_restore_config() 338 data->oldconfig = config; in adt7x10_probe() 343 data->config = data->oldconfig; in adt7x10_probe() 348 if (data->config != data->oldconfig) { in adt7x10_probe()
|
| /linux/scripts/kconfig/ |
| H A D | conf.c | 26 oldconfig, enumerator 307 case oldconfig: in conf_askvalue() 464 case oldconfig: in conf_choice() 611 {"oldconfig", no_argument, &input_mode_opt, oldconfig}, 727 case oldconfig: in main() 821 input_mode = oldconfig; in main() 823 case oldconfig: in main()
|
| 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/Documentation/translations/zh_CN/kbuild/ |
| H A D | kconfig.rst | 26 当这种情况发生时,使用之前正常工作的 .config 文件并运行 "make oldconfig" 38 make oldconfig
|
| /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/Documentation/translations/zh_TW/admin-guide/ |
| H A D | README.rst | 139 將現有配置升級到新版本,請使用 ``make oldconfig`` ,它只會詢問您新配置 154 "make oldconfig" 基於現有的 ./.config 文件選擇所有選項,並詢問
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | README.rst | 136 将现有配置升级到新版本,请使用 ``make oldconfig`` ,它只会询问您新配置 151 "make oldconfig" 基于现有的 ./.config 文件选择所有选项,并询问
|
| /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/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/pensando/ |
| H A D | ionic_rdma.rst | 38 make oldconfig/menuconfig/etc.
|
| H A D | ionic.rst | 71 make oldconfig/menuconfig/etc.
|
| /linux/Documentation/networking/device_drivers/ethernet/amd/ |
| H A D | pds_vdpa.rst | 64 make oldconfig/menuconfig/etc.
|
| H A D | pds_vfio_pci.rst | 60 make oldconfig/menuconfig/etc.
|
| H A D | pds_core.rst | 123 make oldconfig/menuconfig/etc.
|
| /linux/scripts/kconfig/tests/ |
| H A D | conftest.py | 145 def oldconfig(self, dot_config=None, in_keys=None): 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
|
| /linux/Documentation/arch/s390/ |
| H A D | 3270.rst | 86 make oldconfig 89 and rerun "make oldconfig".)
|
| /linux/Documentation/admin-guide/ |
| H A D | README.rst | 155 new version with minimal work, use ``make oldconfig``, which will 170 "make oldconfig" Default all questions based on the contents of
|