Searched refs:oldconfig (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/ |
D | configinit.sh | 67 yes '' | make $buildloc oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.err
|
D | kvm-recheck.sh | 47 if test -r $i/Make.oldconfig.err 49 cat $i/Make.oldconfig.err
|
/Linux-v4.19/scripts/kconfig/ |
D | conf.c | 26 oldconfig, enumerator 101 case oldconfig: in conf_askvalue() 294 case oldconfig: in conf_choice() 452 {"oldconfig", no_argument, NULL, oldconfig}, 548 case oldconfig: in main() 599 case oldconfig: in main() 678 input_mode = oldconfig; in main() 680 case oldconfig: in main()
|
D | Makefile | 51 $< $(silent) --oldconfig $(Kconfig); \ 55 $< $(silent) --oldconfig $(Kconfig); \ 64 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \ 111 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
|
/Linux-v4.19/drivers/hwmon/ |
D | adt7x10.c | 74 u8 oldconfig; member 403 data->oldconfig = ret; in adt7x10_probe() 408 data->config = data->oldconfig; in adt7x10_probe() 413 if (data->config != data->oldconfig) { in adt7x10_probe() 464 adt7x10_write_byte(dev, ADT7X10_CONFIG, data->oldconfig); in adt7x10_probe() 480 if (data->oldconfig != data->config) in adt7x10_remove() 481 adt7x10_write_byte(dev, ADT7X10_CONFIG, data->oldconfig); in adt7x10_remove()
|
/Linux-v4.19/scripts/kconfig/tests/new_choice_with_dep/ |
D | __init__.py | 13 assert conf.oldconfig('config', 'y') == 0
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | HUW_WEBPANEL | 8 make oldconfig
|
D | Pangolin | 10 make oldconfig
|
D | Assabet | 17 make oldconfig
|
/Linux-v4.19/tools/testing/ktest/examples/include/ |
D | tests.conf | 20 BOOT_TYPE := oldconfig
|
D | patchcheck.conf | 19 DO_BUILD_TYPE := oldconfig
|
/Linux-v4.19/Documentation/networking/ |
D | ice.txt | 21 Make oldconfig/silentoldconfig/menuconfig/etc.
|
D | i40e.txt | 35 make config/oldconfig/menuconfig/etc.
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | Kconfig | 206 (e.g. when running oldconfig). It selects 226 (e.g. when running oldconfig). It selects 301 (e.g. when running oldconfig). It selects 310 (e.g. when running oldconfig). It selects 361 (e.g. when running oldconfig). It selects
|
/Linux-v4.19/scripts/kconfig/tests/ |
D | conftest.py | 126 def oldconfig(self, dot_config=None, in_keys=None): member in Conf
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig.txt | 16 "make oldconfig" won't necessarily produce a working new kernel 29 make oldconfig
|
D | kconfig-language.txt | 82 intent is for "make oldconfig" to add as little as possible to the config from
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | Kconfig | 184 (e.g. when running oldconfig). It selects 240 (e.g. when running oldconfig). It selects
|
/Linux-v4.19/Documentation/ia64/ |
D | xen.txt | 144 # make oldconfig
|
/Linux-v4.19/Documentation/s390/ |
D | 3270.txt | 78 make oldconfig 81 and rerun "make oldconfig".)
|
/Linux-v4.19/kernel/rcu/ |
D | Kconfig | 44 side-effect of preventing "make oldconfig" from asking you all
|
/Linux-v4.19/Documentation/admin-guide/ |
D | README.rst | 156 new version with minimal work, use ``make oldconfig``, which will 171 "make oldconfig" Default all questions based on the contents of
|
/Linux-v4.19/Documentation/sh/ |
D | new-machine.txt | 276 oldconfig (prompting you for any new options since the time of creation),
|
/Linux-v4.19/net/netfilter/ |
D | Kconfig | 803 (e.g. when running oldconfig). It selects 929 (e.g. when running oldconfig). It selects 1190 (e.g. when running oldconfig). It selects 1375 (e.g. when running oldconfig). It selects
|
/Linux-v4.19/Documentation/ |
D | kprobes.txt | 328 When configuring the kernel using make menuconfig/xconfig/oldconfig,
|
12