Searched refs:kconfig (Results 1 – 20 of 20) sorted by relevance
/third_party/toybox/kconfig/ |
D | Makefile | 7 obj = ./kconfig 60 SHIPPED = kconfig/zconf.tab.c kconfig/lex.zconf.c kconfig/zconf.hash.c 67 kconfig/mconf: $(SHIPPED) 68 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \ 69 kconfig/lxdialog/*.c -lcurses -DCURSES_LOC="<ncurses.h>" \
|
D | README | 1 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
|
D | lex.zconf.c_shipped | 2 #line 3 "scripts/kconfig/lex.zconf.c"
|
/third_party/toybox/porting/liteos_a/kconfig/ |
D | Makefile | 9 obj = ./kconfig 65 SHIPPED = kconfig/zconf.tab.c kconfig/lex.zconf.c kconfig/zconf.hash.c 72 kconfig/mconf: $(SHIPPED) 73 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \ 74 kconfig/lxdialog/*.c -lcurses -DCURSES_LOC="<ncurses.h>" \
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
D | Makefile.travis | 31 install-kconfig: 36 …cd ../tools/kconfig-frontends && autoreconf --force --install && ./configure --disable-mconf --dis… 37 $(MAKE) -C ../tools/kconfig-frontends 38 $(MAKE) -C ../tools/kconfig-frontends install 46 install-noapt: install-kconfig install-clone-nuttx
|
D | README.md | 96 ##### 4.2 Enable JerryScript using kconfig-frontend 98 `kconfig-frontend` could be useful if there are another options that should be enabled or disabled … 100 ###### 4.2.1 Install kconfig-frontend 105 cd nuttx-tools/kconfig-frontends
|
D | Kconfig | 3 # see the file kconfig-language.txt in the NuttX tools repository.
|
/third_party/ltp/testcases/kernel/syscalls/acct/ |
D | acct02.c | 58 struct tst_kconfig_var kconfig = { in acct_version_is_3() local 63 tst_kconfig_read(&kconfig, 1); in acct_version_is_3() 65 tst_res(TINFO, ACCT_V3 "=%c", kconfig.choice); in acct_version_is_3() 67 return kconfig.choice == 'y'; in acct_version_is_3()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmget/ |
D | shmget02.c | 69 struct tst_kconfig_var kconfig = { in get_hugetlb_exp_error() local 74 tst_kconfig_read(&kconfig, 1); in get_hugetlb_exp_error() 76 if (kconfig.choice != 'y') { in get_hugetlb_exp_error()
|
/third_party/NuttX/ |
D | README.md | 309 build and install kconfig-frontends per the instructions of the top-level 322 running the kconfig-frontends configure script. See "Configuring NuttX" 489 You will also need to get the kconfig-frontends configuration as 491 kconfig-frontends configuration tool you will also need: `make`, `gperf`, 708 NuttX: kconfig-frontends, genromfs, and others. 941 of NuttX. This tool is based on the kconfig-frontends application available 942 at <https://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/>. (This 943 is a snapshot of the old <http://ymorin.is-a-geek.org/projects/kconfig-frontends> 945 `kconfig-mconf` that is used by the NuttX top-level Makefile. The following 953 not been converted to use the kconfig-frontends tools! This will [all …]
|
D | ReleaseNotes | 2766 kconfig-frontends tool is being incorporated into the build 2843 kconfig-frontends tool is being incorporated into the build 2943 kconfig-frontends tool is being incorporated into the build 3005 kconfig-frontends tool is being incorporated into the build 3400 - Several configurations have been converted to work the kconfig- 3646 - There are several new configurations that use the kconfig-frontends 3667 - tools/kconfig.bat: Kludge to run kconfig-frontends from a DOS shell. 3927 - Several configurations converted to use the kconfig-frontends 3958 * Conversion of old configurations to use the kconfig-frontends 4169 * Conversion of old configurations to use the kconfig-frontends [all …]
|
/third_party/toybox/ |
D | .gitignore | 15 /kconfig
|
D | Makefile | 25 include kconfig/Makefile
|
/third_party/ltp/lib/ |
D | tst_kconfig.c | 236 static inline unsigned int get_len(const char* kconfig, unsigned int len) in get_len() argument 238 const char *sep = strnchr(kconfig, '=', len); in get_len() 243 return sep - kconfig; in get_len()
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | build-kernel.sh | 20 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} ../.gitlab-ci/container/${KERNEL_ARCH}.config
|
/third_party/toybox/porting/liteos_a/ |
D | Makefile | 25 include kconfig/Makefile
|
/third_party/ltp/doc/ |
D | shell-test-api.txt | 751 The shell library provides an implementation of the kconfig parsing interface 754 It's possible to pass kernel kconfig list for tst_require_kconfigs API with
|
D | c-test-api.txt | 1583 array of boolean expressions with constraints on the kconfig variables. The
|
/third_party/libbpf/src/ |
D | libbpf.h | 127 const char *kconfig; member
|
D | libbpf.c | 662 char *kconfig; member 7567 const char *obj_name, *kconfig, *btf_tmp_path; local 7627 kconfig = OPTS_GET(opts, kconfig, NULL); 7628 if (kconfig) { 7629 obj->kconfig = strdup(kconfig); 7630 if (!obj->kconfig) { 8084 err = err ? : bpf_object__resolve_externs(obj, obj->kconfig); 8582 zfree(&obj->kconfig);
|