Home
last modified time | relevance | path

Searched refs:defconfig (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/bin/
Dkernel_config.py79 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
Dkernel.py271 def config(self, config_file = '', config_list = None, defconfig = False, make = None): argument
275 defconfig, self.base_tree_version, make)
/external/toybox/kconfig/
DMakefile9 randconfig allyesconfig allnoconfig allmodconfig defconfig
32 defconfig: $(obj)/conf $(KCONFIG_TOP) target
/external/toybox/
DREADME24 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/
DMakefile1034 echo 'run "cp defconfig .config" to create an example'; \
DREADME94 components are included. See defconfig file for example configuration
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile71 echo 'run "cp defconfig .config" to create an example'; \
DREADME-Windows.txt99 defconfig. The library and include files for WinPcap will either need
DREADME294 comments and are ignored. See defconfig file for an example configuration
DChangeLog1366 default (see CONFIG_DYNAMIC_EAP_METHODS in defconfig for information
/external/toybox/toys/pending/
DREADME8 time for yet. Everything in here defaults to "n" in defconfig.
/external/autotest/client/tests/kernbench/
Dkernbench.py41 kernel.config(defconfig=True, logged=False)