Home
last modified time | relevance | path

Searched refs:oldconfig (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v6.1/tools/testing/selftests/rcutorture/bin/
Dconfiginit.sh39 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
Dkvm-recheck.sh54 if test -r $i/Make.oldconfig.err
56 cat $i/Make.oldconfig.err
/Linux-v6.1/drivers/hwmon/
Dadt7x10.c60 u8 oldconfig; member
335 regmap_write(data->regmap, ADT7X10_CONFIG, data->oldconfig); in adt7x10_restore_config()
361 data->oldconfig = config; in adt7x10_probe()
366 data->config = data->oldconfig; in adt7x10_probe()
371 if (data->config != data->oldconfig) { in adt7x10_probe()
/Linux-v6.1/scripts/kconfig/
Dconf.c25 oldconfig, enumerator
333 case oldconfig: in conf_askvalue()
514 case oldconfig: in conf_choice()
671 {"oldconfig", no_argument, &input_mode_opt, oldconfig},
784 case oldconfig: in main()
876 input_mode = oldconfig; in main()
878 case oldconfig: in main()
DMakefile57 $< $(silent) --oldconfig $(Kconfig); \
61 $< $(silent) --oldconfig $(Kconfig); \
70 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
/Linux-v6.1/net/ipv4/netfilter/
DKconfig74 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG.
82 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG.
149 (e.g. when running oldconfig). It selects
169 (e.g. when running oldconfig). It selects
229 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE.
237 (e.g. when running oldconfig). It selects
246 (e.g. when running oldconfig). It selects
297 (e.g. when running oldconfig). It selects
/Linux-v6.1/scripts/kconfig/tests/new_choice_with_dep/
D__init__.py14 assert conf.oldconfig('config', 'y') == 0
/Linux-v6.1/tools/testing/ktest/examples/include/
Dtests.conf20 BOOT_TYPE := oldconfig
Dpatchcheck.conf19 DO_BUILD_TYPE := oldconfig
Dbootconfig.conf12 BUILD_TYPE := oldconfig
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
DREADME.rst136 将现有配置升级到新版本,请使用 ``make oldconfig`` ,它只会询问您新配置
151 "make oldconfig" 基于现有的 ./.config 文件选择所有选项,并询问
/Linux-v6.1/net/ipv6/netfilter/
DKconfig67 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG.
127 (e.g. when running oldconfig). It selects
183 (e.g. when running oldconfig). It selects
272 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE.
/Linux-v6.1/scripts/kconfig/tests/
Dconftest.py130 def oldconfig(self, dot_config=None, in_keys=None): member in Conf
/Linux-v6.1/Documentation/translations/zh_TW/admin-guide/
DREADME.rst154 "make oldconfig" 基於現有的 ./.config 文件選擇所有選項,並詢問
/Linux-v6.1/Documentation/kbuild/
Dkconfig.rst19 "make oldconfig" won't necessarily produce a working new kernel
32 make oldconfig
Dkconfig-language.rst91 intent is for "make oldconfig" to add as little as possible to the config from
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/pensando/
Dionic.rst70 make oldconfig/menuconfig/etc.
/Linux-v6.1/Documentation/s390/
D3270.rst86 make oldconfig
89 and rerun "make oldconfig".)
/Linux-v6.1/Documentation/admin-guide/
DREADME.rst155 new version with minimal work, use ``make oldconfig``, which will
170 "make oldconfig" Default all questions based on the contents of
/Linux-v6.1/drivers/mmc/host/
Dsdhci-msm.c1164 u32 config, oldconfig = readl_relaxed(host->ioaddr + in sdhci_msm_set_cdr() local
1167 config = oldconfig; in sdhci_msm_set_cdr()
1176 if (config != oldconfig) { in sdhci_msm_set_cdr()
/Linux-v6.1/Documentation/arm/sa1100/
Dassabet.rst18 make oldconfig
/Linux-v6.1/Documentation/sh/
Dnew-machine.rst275 oldconfig (prompting you for any new options since the time of creation),
/Linux-v6.1/kernel/rcu/
DKconfig48 side-effect of preventing "make oldconfig" from asking you all
/Linux-v6.1/net/netfilter/
DKconfig852 (e.g. when running oldconfig). It selects
977 (e.g. when running oldconfig). It selects
1253 (e.g. when running oldconfig). It selects
1438 (e.g. when running oldconfig). It selects
/Linux-v6.1/Documentation/trace/
Dkprobes.rst330 When configuring the kernel using make menuconfig/xconfig/oldconfig,

12