Searched full:kconfig (Results 1 – 25 of 72) sorted by relevance
123
21 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 …]
7 obj = ./kconfig61 SHIPPED = kconfig/zconf.tab.c kconfig/lex.zconf.c kconfig/zconf.hash.c68 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
1 This is a snapshot of linux 2.6.12 kconfig as washed through busybox and7 Way back when I tried to push my local changes to kconfig upstream
16 …_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…
218 static inline unsigned int get_len(const char* kconfig, unsigned int len) in get_len() argument220 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 sure390 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()
4 Kconfig Parameters:14 Kconfig Parameters Ignored:
5 Kconfig Parameters:40 Kconfig Parameters Ignored:
18 kconfig: Kconfig.zephyr
58 struct tst_kconfig_var kconfig = { in acct_version_is_3() local63 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()
123 kconfig = os.path.join(kernel_path, 'Kconfig') variable124 if not os.path.isfile(kconfig):
58 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"
46 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log63 echo " --- --kconfig argument" >> $resdir/ConfigFragment.input150 # Pull in Kconfig-fragment boot parameters
26 // CONFIG_PIGWEED_LOG_LEVEL set by Kconfig.44 // Default to the Kconfig value
29 const pw::spi::Config kConfig = {.polarity = ClockPolarity::kActiveHigh, variable41 device_(borrowable_initiator_, kConfig, chip_selector_) {} in SpiTestDevice()
30 const pw::spi::Config kConfig = {.polarity = ClockPolarity::kActiveHigh, variable42 device_(borrowable_initiator_, kConfig, chip_selector_) {} in LinuxSpi()
12 `Kconfig options <https://docs.zephyrproject.org/latest/reference/logging/index.html#global-kconfig…
26 source "subsys/logging/Kconfig.template.log_config"
52 (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…
1 #include <LINUX_SOURCE/linux/kconfig.h>
15 /kconfig
2 /* "Cheater" definitions based on restricted Kconfig choices. */
... 1Index: linux/arch/i386/Kconfig.debug 2======= ...
12 the Kconfig menu.
71 configuration management tool (e.g. Kconfig) shall be used to generate these110 configuration, preferably using a config tool like KConfig.
17 value defaults to 1, but is configurable via Kconfig.