Home
last modified time | relevance | path

Searched full:kconfig (Results 1 – 25 of 72) sorted by relevance

123

/external/pigweed/
DKconfig.zephyr21 rsource "pw_assert_zephyr/Kconfig"
22 rsource "pw_bytes/Kconfig"
23 rsource "pw_checksum/Kconfig"
24 rsource "pw_chrono_zephyr/Kconfig"
25 rsource "pw_containers/Kconfig"
26 rsource "pw_function/Kconfig"
27 rsource "pw_hdlc/Kconfig"
28 rsource "pw_interrupt_zephyr/Kconfig"
29 rsource "pw_log_zephyr/Kconfig"
30 rsource "pw_polyfill/Kconfig"
[all …]
/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>" \
73 kconfig/conf: $(SHIPPED)
74 $(HOSTCC) -o $@ kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \
78 @rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfig/mconf
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
/external/pigweed/pw_assert_zephyr/
Ddocs.rst16 …_ASSERT: https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_ASSERT.html#std-kconfig-CO…
17 …EVEL: https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_ASSERT_LEVEL.html#std-kconfig
/external/ltp/lib/
Dtst_kconfig.c218 static inline unsigned int get_len(const char* kconfig, unsigned int len) in get_len() argument
220 const char *sep = strnchr(kconfig, '=', len); in get_len()
225 return sep - kconfig; in get_len()
369 * Fill in the kconfig variables array from the expressions. Also makes sure
390 tst_brk(TBROK, "kconfig var id too long!"); in populate_vars()
482 tst_brk(TBROK, "Invalid kconfig expression!"); in tst_kconfig_check()
486 tst_brk(TBROK, "Invalid kconfig variables!"); in tst_kconfig_check()
523 tst_brk(TBROK, "Kconfig var name \"%s\" too long", confname); in tst_kconfig_get()
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
DTINY_RCU.txt4 Kconfig Parameters:
14 Kconfig Parameters Ignored:
DTREE_RCU-kconfig.txt5 Kconfig Parameters:
40 Kconfig Parameters Ignored:
/external/pigweed/zephyr/
Dmodule.yml18 kconfig: Kconfig.zephyr
/external/ltp/testcases/kernel/syscalls/acct/
Dacct02.c58 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()
/external/igt-gpu-tools/scripts/
Dlist-workarounds123 kconfig = os.path.join(kernel_path, 'Kconfig') variable
124 if not os.path.isfile(kconfig):
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm.sh58 echo " --kconfig Kconfig-options"
126 --kconfig)
127 …checkarg --kconfig "(Kconfig options)" $# "$2" '^CONFIG_[A-Z0-9_]\+=\([ynm]\|[0-9]\+\)\( CONFIG_[A…
476 # Also --kconfig "CONFIG_FUNCTION_TRACER=y CONFIG_FUNCTION_GRAPH_TRACER=y"
Dkvm-test-1-run.sh46 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
63 echo " --- --kconfig argument" >> $resdir/ConfigFragment.input
150 # Pull in Kconfig-fragment boot parameters
/external/pigweed/pw_log_zephyr/public/pw_log_zephyr/
Dlog_zephyr.h26 // CONFIG_PIGWEED_LOG_LEVEL set by Kconfig.
44 // Default to the Kconfig value
/external/pigweed/pw_spi/
Dspi_test.cc29 const pw::spi::Config kConfig = {.polarity = ClockPolarity::kActiveHigh, variable
41 device_(borrowable_initiator_, kConfig, chip_selector_) {} in SpiTestDevice()
Dlinux_spi_test.cc30 const pw::spi::Config kConfig = {.polarity = ClockPolarity::kActiveHigh, variable
42 device_(borrowable_initiator_, kConfig, chip_selector_) {} in LinuxSpi()
/external/pigweed/pw_log_zephyr/
Ddocs.rst12 `Kconfig options <https://docs.zephyrproject.org/latest/reference/logging/index.html#global-kconfig
DKconfig26 source "subsys/logging/Kconfig.template.log_config"
/external/bcc/libbpf-tools/
DREADME.md52 (which is enabled by `CONFIG_DEBUG_INFO_BTF=y` Kconfig option See below).
84 Please note the ELF file could exist without the BTF info in it. Your Kconfig should contain the op…
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
Dkconfig.h1 #include <LINUX_SOURCE/linux/kconfig.h>
/external/toybox/
D.gitignore15 /kconfig
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dconfig.h2 /* "Cheater" definitions based on restricted Kconfig choices. */
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz ... 1Index: linux/arch/i386/Kconfig.debug 2======= ...
/external/pigweed/pw_sync_zephyr/
Ddocs.rst12 the Kconfig menu.
/external/arm-trusted-firmware/docs/design_documents/
Dcmake_framework.rst71 configuration management tool (e.g. Kconfig) shall be used to generate these
110 configuration, preferably using a config tool like KConfig.
/external/pigweed/pw_sys_io_zephyr/
Ddocs.rst17 value defaults to 1, but is configurable via Kconfig.

123