Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/rcutorture/bin/
A Dconfiginit.sh39 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
A Dkvm-recheck.sh49 if test -r $i/Make.oldconfig.err
51 cat $i/Make.oldconfig.err
/linux/drivers/hwmon/
A Dadt7x10.c61 u8 oldconfig; member
381 data->oldconfig = ret; in adt7x10_probe()
386 data->config = data->oldconfig; in adt7x10_probe()
391 if (data->config != data->oldconfig) { in adt7x10_probe()
442 adt7x10_write_byte(dev, ADT7X10_CONFIG, data->oldconfig); in adt7x10_probe()
458 if (data->oldconfig != data->config) in adt7x10_remove()
459 adt7x10_write_byte(dev, ADT7X10_CONFIG, data->oldconfig); in adt7x10_remove()
/linux/scripts/kconfig/
A Dconf.c25 oldconfig, enumerator
336 case oldconfig: in conf_askvalue()
517 case oldconfig: in conf_choice()
674 {"oldconfig", no_argument, &input_mode_opt, oldconfig},
785 case oldconfig: in main()
873 input_mode = oldconfig; in main()
875 case oldconfig: in main()
A DMakefile57 $< $(silent) --oldconfig $(Kconfig); \
61 $< $(silent) --oldconfig $(Kconfig); \
70 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
/linux/net/ipv4/netfilter/
A DKconfig82 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG.
90 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG.
157 (e.g. when running oldconfig). It selects
177 (e.g. when running oldconfig). It selects
237 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE.
245 (e.g. when running oldconfig). It selects
254 (e.g. when running oldconfig). It selects
305 (e.g. when running oldconfig). It selects
/linux/scripts/kconfig/tests/new_choice_with_dep/
A D__init__.py14 assert conf.oldconfig('config', 'y') == 0
/linux/tools/testing/ktest/examples/include/
A Dtests.conf20 BOOT_TYPE := oldconfig
A Dpatchcheck.conf19 DO_BUILD_TYPE := oldconfig
A Dbootconfig.conf12 BUILD_TYPE := oldconfig
/linux/net/ipv6/netfilter/
A DKconfig75 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG.
135 (e.g. when running oldconfig). It selects
191 (e.g. when running oldconfig). It selects
280 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE.
/linux/scripts/kconfig/tests/
A Dconftest.py130 def oldconfig(self, dot_config=None, in_keys=None): member in Conf
/linux/Documentation/kbuild/
A Dkconfig.rst19 "make oldconfig" won't necessarily produce a working new kernel
32 make oldconfig
A Dkconfig-language.rst91 intent is for "make oldconfig" to add as little as possible to the config from
/linux/Documentation/translations/zh_CN/admin-guide/
A DREADME.rst151 "make oldconfig" 基于现有的 ./.config 文件选择所有选项,并询问
/linux/Documentation/translations/zh_TW/admin-guide/
A DREADME.rst154 "make oldconfig" 基於現有的 ./.config 文件選擇所有選項,並詢問
/linux/Documentation/networking/device_drivers/ethernet/pensando/
A Dionic.rst70 make oldconfig/menuconfig/etc.
/linux/Documentation/s390/
A D3270.rst86 make oldconfig
89 and rerun "make oldconfig".)
/linux/Documentation/admin-guide/
A DREADME.rst155 new version with minimal work, use ``make oldconfig``, which will
170 "make oldconfig" Default all questions based on the contents of
/linux/drivers/mmc/host/
A Dsdhci-msm.c1163 u32 config, oldconfig = readl_relaxed(host->ioaddr + in sdhci_msm_set_cdr() local
1166 config = oldconfig; in sdhci_msm_set_cdr()
1175 if (config != oldconfig) { in sdhci_msm_set_cdr()
/linux/kernel/rcu/
A DKconfig46 side-effect of preventing "make oldconfig" from asking you all
/linux/Documentation/arm/sa1100/
A Dassabet.rst18 make oldconfig
/linux/Documentation/sh/
A Dnew-machine.rst275 oldconfig (prompting you for any new options since the time of creation),
/linux/net/netfilter/
A DKconfig851 (e.g. when running oldconfig). It selects
976 (e.g. when running oldconfig). It selects
1252 (e.g. when running oldconfig). It selects
1437 (e.g. when running oldconfig). It selects
/linux/Documentation/trace/
A Dkprobes.rst330 When configuring the kernel using make menuconfig/xconfig/oldconfig,

Completed in 32 milliseconds

12