Home
last modified time | relevance | path

Searched refs:kconfig (Results 1 – 10 of 10) sorted by relevance

/external/toybox/kconfig/
DMakefile7 obj = ./kconfig
61 SHIPPED = kconfig/zconf.tab.c kconfig/lex.zconf.c kconfig/zconf.hash.c
68 kconfig/mconf: $(SHIPPED)
69 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
70 kconfig/lxdialog/*.c -lcurses -DCURSES_LOC="<ncurses.h>" \
DREADME1 This is a snapshot of linux 2.6.12 kconfig as washed through busybox and
7 Way back when I tried to push my local changes to kconfig upstream
Dlex.zconf.c_shipped2 #line 3 "scripts/kconfig/lex.zconf.c"
/external/ltp/lib/
Dtst_kconfig.c222 static int compare_res(struct tst_kconfig_res *res, const char *kconfig, in compare_res() argument
226 tst_res(TINFO, "Needs kernel %s, have %c", kconfig, res->match); in compare_res()
234 tst_res(TINFO, "Needs kernel %s, have %s", kconfig, res->value); in compare_res()
/external/igt-gpu-tools/scripts/
Dlist-workarounds123 kconfig = os.path.join(kernel_path, 'Kconfig') variable
124 if not os.path.isfile(kconfig):
/external/toybox/
D.gitignore15 /kconfig
DMakefile23 include kconfig/Makefile
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm.sh126 --kconfig)
127 …checkarg --kconfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A…
/external/mesa3d/.gitlab-ci/container/
Dlava_build.sh164 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} ../.gitlab-ci/${KERNEL_ARCH}.config
/external/virglrenderer/perf-testing/Docker/
DDockerfile235 ./scripts/kconfig/merge_config.sh arch/x86/configs/x86_64_defconfig /tmp/x86_64.config && \