Searched refs:defconfig (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/bin/ |
D | kernel_config.py | 79 overrides, defconfig = False, name = None, make = None): argument 85 if (orig_file == '' and not defconfig and not make): # use user default 94 if (orig_file == '' and not make and defconfig): # use defconfig
|
D | kernel.py | 271 def config(self, config_file = '', config_list = None, defconfig = False, make = None): argument 275 defconfig, self.base_tree_version, make)
|
/external/toybox/kconfig/ |
D | Makefile | 9 randconfig allyesconfig allnoconfig allmodconfig defconfig 32 defconfig: $(obj)/conf $(KCONFIG_TOP) target
|
/external/toybox/ |
D | README | 24 make defconfig 30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox 71 It works like the Linux kernel: allnoconfig, defconfig, and menuconfig edit 75 The maximum sane configuration is "make defconfig": allyesconfig isn't
|
/external/wpa_supplicant_8/hostapd/ |
D | Makefile | 1034 echo 'run "cp defconfig .config" to create an example'; \
|
D | README | 94 components are included. See defconfig file for example configuration
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | Makefile | 71 echo 'run "cp defconfig .config" to create an example'; \
|
D | README-Windows.txt | 99 defconfig. The library and include files for WinPcap will either need
|
D | README | 294 comments and are ignored. See defconfig file for an example configuration
|
D | ChangeLog | 1366 default (see CONFIG_DYNAMIC_EAP_METHODS in defconfig for information
|
/external/toybox/toys/pending/ |
D | README | 8 time for yet. Everything in here defaults to "n" in defconfig.
|
/external/autotest/client/tests/kernbench/ |
D | kernbench.py | 41 kernel.config(defconfig=True, logged=False)
|