/openbmc/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
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | conf.c | 27 oldconfig, enumerator 102 case oldconfig: in conf_askvalue() 295 case oldconfig: in conf_choice() 453 {"oldconfig", no_argument, NULL, oldconfig}, 547 case oldconfig: in main() 598 case oldconfig: in main() 676 input_mode = oldconfig; in main() 678 case oldconfig: in main()
|
H A D | Makefile | 56 $< $(silent) --oldconfig $(Kconfig); \ 60 $< $(silent) --oldconfig $(Kconfig); \ 88 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \ 139 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
|
/openbmc/linux/drivers/hwmon/ |
H A D | adt7x10.c | 60 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()
|
/openbmc/linux/scripts/kconfig/ |
H A D | conf.c | 25 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() 879 input_mode = oldconfig; in main() 881 case oldconfig: in main()
|
H A D | Makefile | 57 $< $(silent) --oldconfig $(Kconfig); \ 61 $< $(silent) --oldconfig $(Kconfig); \ 70 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | Kconfig | 74 (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 283 (e.g. when running oldconfig). It selects
|
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/ |
H A D | u-boot-configure.inc | 39 oe_runmake -C ${S} O=${B}/${config} oldconfig 47 oe_runmake -C ${S} O=${B} oldconfig
|
/openbmc/linux/scripts/kconfig/tests/new_choice_with_dep/ |
H A D | __init__.py | 14 assert conf.oldconfig('config', 'y') == 0
|
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/ |
H A D | __init__.py | 13 assert conf.oldconfig('config', 'y') == 0
|
/openbmc/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
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | README.rst | 136 将现有配置升级到新版本,请使用 ``make oldconfig`` ,它只会询问您新配置 151 "make oldconfig" 基于现有的 ./.config 文件选择所有选项,并询问
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | Kconfig | 67 (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.
|
/openbmc/u-boot/scripts/kconfig/tests/ |
H A D | conftest.py | 126 def oldconfig(self, dot_config=None, in_keys=None): member in Conf
|
/openbmc/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.
|
/openbmc/linux/scripts/kconfig/tests/ |
H A D | conftest.py | 130 def oldconfig(self, dot_config=None, in_keys=None): member in Conf
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cml1.bbclass | 20 yes '' | oe_runmake oldconfig
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/linux/ |
H A D | linux.inc | 117 yes '' | oe_runmake -C ${S} O=${B} oldconfig
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/ |
H A D | toybox_0.8.12.bb | 52 oe_runmake oldconfig || oe_runmake defconfig
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | README.rst | 154 "make oldconfig" 基於現有的 ./.config 文件選擇所有選項,並詢問
|