Home
last modified time | relevance | path

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

12345678910>>...27

/external/pigweed/
DKconfig.zephyr20 rsource "pw_assert_zephyr/Kconfig"
21 rsource "pw_base64/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"
[all …]
/external/coreboot/src/cpu/intel/
DKconfig4 source "src/cpu/intel/model_6xx/Kconfig"
5 source "src/cpu/intel/model_65x/Kconfig"
6 source "src/cpu/intel/model_67x/Kconfig"
7 source "src/cpu/intel/model_68x/Kconfig"
8 source "src/cpu/intel/model_6bx/Kconfig"
9 source "src/cpu/intel/model_6ex/Kconfig"
10 source "src/cpu/intel/model_6fx/Kconfig"
11 source "src/cpu/intel/model_1067x/Kconfig"
12 source "src/cpu/intel/model_106cx/Kconfig"
13 source "src/cpu/intel/model_206ax/Kconfig"
[all …]
/external/coreboot/util/kconfig/patches/
D0015-fix-incorrect-spdx-strings.patch16 Index: kconfig/Makefile
18 --- kconfig.orig/Makefile
19 +++ kconfig/Makefile
26 Index: kconfig/conf.c
28 --- kconfig.orig/conf.c
29 +++ kconfig/conf.c
36 Index: kconfig/confdata.c
38 --- kconfig.orig/confdata.c
39 +++ kconfig/confdata.c
46 Index: kconfig/expr.c
[all …]
D0008-kconfig-Add-wildcard-support-for-source.patch4 Subject: [PATCH] kconfig: Add wildcard support for "source"
6 Kconfig's include directive "source" does not support
7 wildcards (e.g. source src/mainboard/*/Kconfig) which
13 to do the same with Kconfig.
20 util/kconfig/lexer.l | 27 +++++++++++++++++++++++++++
21 util/kconfig/lkc.h | 1 +
22 util/kconfig/parser.y | 2 +-
25 Index: kconfig/lexer.l
27 --- kconfig.orig/lexer.l
28 +++ kconfig/lexer.l
[all …]
Dseries1 0002-Kconfig-Change-symbol-override-from-warning-to-notic.patch
2 0003-util-kconfig-conf.c-Fix-newline-in-error-printf.patch
4 0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch
5 0008-kconfig-Add-wildcard-support-for-source.patch
6 0009-util-kconfig-Allow-emitting-false-booleans-into-kconfig-output.patch
8 0013-util-kconfig-detect-ncurses-on-FreeBSD.patch
9 0014-util-kconfig-Move-Kconfig-deps-back-into-build-confi.patch
D0014-util-kconfig-Move-Kconfig-deps-back-into-build-confi.patch4 Subject: [PATCH] util/kconfig: Move Kconfig deps back into build/config
6 revert commit 1b9e740a8 (kconfig: fix failing to generate auto.conf) [1]
8 The above change caused all of the enabled kconfig options to be written
17 util/kconfig/confdata.c | 20 +++++++++++---------
20 Index: kconfig/confdata.c
22 --- kconfig.orig/confdata.c
23 +++ kconfig/confdata.c
56 + * Upstream Kconfig sets depfile_path based on the directory
D0004-src-util-Use-NULL-instead-of-0-for-pointer.patch8 util/kconfig/lxdialog/util.c | 2 +-
9 util/kconfig/qconf.h | 8 ++++----
12 Index: kconfig/lxdialog/util.c
14 --- kconfig.orig/lxdialog/util.c
15 +++ kconfig/lxdialog/util.c
25 Index: kconfig/qconf.h
27 --- kconfig.orig/qconf.h
28 +++ kconfig/qconf.h
D0006-util-kconfig-Set-parameter-of-mkdir-to-only-one-for-.patch4 Subject: [PATCH] util/kconfig: Set parameter of mkdir to only one for mingw.
11 util/kconfig/confdata.c | 4 ++++
14 Index: kconfig/confdata.c
16 --- kconfig.orig/confdata.c
17 +++ kconfig/confdata.c
D0003-util-kconfig-conf.c-Fix-newline-in-error-printf.patch4 Subject: [PATCH] util/kconfig/conf.c: Fix newline in error printf
10 util/kconfig/conf.c | 2 +-
13 Index: kconfig/conf.c
15 --- kconfig.orig/conf.c
16 +++ kconfig/conf.c
D0002-Kconfig-Change-symbol-override-from-warning-to-notic.patch4 Subject: [PATCH] Kconfig: Change symbol override from warning to notice
14 TEST=copy a disabled kconfig option to the end and set it to y.
19 util/kconfig/confdata.c | 16 +++++++++++++---
22 Index: kconfig/confdata.c
24 --- kconfig.orig/confdata.c
25 +++ kconfig/confdata.c
D0013-util-kconfig-detect-ncurses-on-FreeBSD.patch4 Subject: [PATCH] util/kconfig: detect ncurses on FreeBSD
9 util/kconfig/mconf-cfg.sh | 6 ++++++
12 Index: kconfig/mconf-cfg.sh
14 --- kconfig.orig/mconf-cfg.sh
15 +++ kconfig/mconf-cfg.sh
/external/coreboot/util/lint/
Dkconfig_lint_README1 kconfig_lint is a tool to help identify issues within coreboot's Kconfig
3 generic Kconfig lint tool for other projects.
6 kconfig_lint parses the entire kconfig tree, building up a hash table of all
8 any Kconfig symbols. By combining these two, it is able to find many issues
24 -p|--print Shows the entire Kconfig tree as parsed by kconfig_lint,
26 This can be very helpful for debugging Kconfig issues.
45 Warnings in Kconfig files:
47 - A 'source' keyword loading a Kconfig file that has already been loaded.
48 - A 'source' keyword loading a Kconfig file that doesn't exist. Note that
52 - Kconfig files that are not loaded by a 'source' keyword.
[all …]
Dlint-stable-006-board-name4 # DESCR: Check that every vendor and board has a Kconfig.name
10 if [ -r $i/Kconfig ]; then
11 if [ ! -r $i/Kconfig.name ]; then
12 VENDOR="$(grep -A2 MAINBOARD_VENDOR $i/Kconfig | tail -1 | cut -f2 -d\")"
13 echo "Vendor $VENDOR missing $i/Kconfig.name."
20 if [ -r $i/Kconfig ]; then
21 if [ ! -r $i/Kconfig.name ]; then
22 BOARD="$(grep -A2 MAINBOARD_PART_NUMBER $i/Kconfig | tail -1 | cut -f2 -d\")"
23 echo "Mainboard $BOARD missing $i/Kconfig.name"
Dcheck_lint_tests21 TESTFILE006="${rootdir}/src/mainboard/ibase/mb899/Kconfig.name"
22 # lint-stable-008-kconfig
23 TESTFILE008="${rootdir}/src/lib/Kconfig"
46 # lint-stable-024-kconfig-no-subsystem
65 echo "lint-stable-008-kconfig"
89 echo "lint-stable-024-kconfig-no-subsystem"
118 echo "lint-stable-008-kconfig"
145 ln -s src/Kconfig "${TESTFILE018}"
152 # lint-stable-024-kconfig-no-subsystem
/external/coreboot/Documentation/getting_started/
Dkconfig.md1 # Kconfig in coreboot
4 Kconfig is a tool used in coreboot, Linux, and many other projects as the main
7 Kconfig language was developed as a way to configure the Linux kernel, and is
12 The official Kconfig source and documentation is kept at kernel.org:
17 Kconfig source <https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/scripts/kconfi…
18 Kconfig Language Documentation <https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.tx…
21 The advantage to using Kconfig is that it allows users to easily select the
23 Ultimately the Kconfig tool generates a list of values which are used by the
29 ## Kconfig targets in Make
30 The Kconfig program in coreboot is built from source in util/kconfig. There are
[all …]
/external/toybox/kconfig/
DMakefile7 obj = ./kconfig
64 SHIPPED = kconfig/zconf.tab.c kconfig/lex.zconf.c kconfig/zconf.hash.c
71 kconfig/mconf: $(SHIPPED)
72 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
73 kconfig/lxdialog/*.c -lcurses -DCURSES_LOC="<ncurses.h>" \
76 kconfig/conf: $(SHIPPED)
77 $(HOSTCC) -o $@ kconfig/conf.c kconfig/zconf.tab.c -DKBUILD_NO_NLS=1 \
81 @rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfig/mconf
/external/cronet/tot/net/dns/
Dsystem_dns_config_change_notifier_unittest.cc32 const DnsConfig kConfig(kNameservers);
129 base::Unretained(test_config_service_), kConfig)); in TEST_F()
133 testing::ElementsAre(testing::Optional(kConfig))); in TEST_F()
146 base::Unretained(test_config_service_), kConfig)); in TEST_F()
154 testing::ElementsAre(testing::Optional(kConfig), in TEST_F()
164 LoadConfig(kConfig); in TEST_F()
171 testing::ElementsAre(testing::Optional(kConfig))); in TEST_F()
180 LoadConfig(kConfig); in TEST_F()
199 LoadConfig(kConfig); in TEST_F()
207 LoadConfig(kConfig); in TEST_F()
[all …]
/external/cronet/stable/net/dns/
Dsystem_dns_config_change_notifier_unittest.cc32 const DnsConfig kConfig(kNameservers);
129 base::Unretained(test_config_service_), kConfig)); in TEST_F()
133 testing::ElementsAre(testing::Optional(kConfig))); in TEST_F()
146 base::Unretained(test_config_service_), kConfig)); in TEST_F()
154 testing::ElementsAre(testing::Optional(kConfig), in TEST_F()
164 LoadConfig(kConfig); in TEST_F()
171 testing::ElementsAre(testing::Optional(kConfig))); in TEST_F()
180 LoadConfig(kConfig); in TEST_F()
199 LoadConfig(kConfig); in TEST_F()
207 LoadConfig(kConfig); in TEST_F()
[all …]
/external/coreboot/util/kconfig/
DREADME.md1 # coreboot kconfig
3 This is coreboot's copy of kconfig which tracks Linux as upstream but comes
10 ## Updating kconfig
23 is identical to the scripts/kconfig/ directory of Linux as of the most recent
25 `git log util/kconfig` output in our tree.
31 cd util/kconfig && (cd ~/linux/ && git diff v5.13..v5.14 scripts/kconfig) | patch -p2`
41 Check that kconfig still works, `git add` and `git commit` the changes and
42 write a meaningful commit message that documents what Linux kconfig version
47 The format of the patches to kconfig is a mix of the headers produced by `git
DMakefile7 Kconfig := $(KBUILD_KCONFIG) macro
9 Kconfig := Kconfig macro
50 $(Q)$$< $(silent) $(Kconfig)
60 $(Q)$(PERL) $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
65 $< $(silent) --oldconfig $(Kconfig); \
69 $< $(silent) --oldconfig $(Kconfig); \
85 $(Q)$< $(silent) --$@ $(Kconfig)
90 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
[all …]
/external/coreboot/src/security/
DKconfig5 source "src/lib/Kconfig.cbfs_verification"
7 source "src/security/vboot/Kconfig"
8 source "src/security/tpm/Kconfig"
9 source "src/security/memory/Kconfig"
10 source "src/security/intel/Kconfig"
11 source "src/security/lockdown/Kconfig"
/external/pigweed/pw_spi/
Dspi_test.cc26 constexpr pw::spi::Config kConfig = { variable
40 device_(borrowable_initiator_, kConfig, chip_selector_) {} in SpiTestDevice()
99 static_assert(kConfig == kConfig);
100 static_assert(!(kConfig != kConfig));
103 Config lhs = kConfig; in TEST()
104 Config rhs = kConfig; in TEST()
111 Config lhs = kConfig; in TEST()
/external/pigweed/pw_docgen/py/pw_docgen/sphinx/
Dkconfig.py14 """Auto-generate the Kconfig reference in //docs/os/zephyr/kconfig.rst"""
72 """Recursively generate documentation for the Kconfig nodes."""
131 """Parse the Kconfig and kick off the doc generation process."""
133 if 'docs/os/zephyr/kconfig' not in docname:
140 file_path = f'{app.confdir}/Kconfig.zephyr'
141 kconfig = kconfiglib.Kconfig(file_path)
142 # There's no need to process kconfig.top_node (the main menu) or
143 # kconfig.top_node.list (ZEPHYR_PIGWEED_MODULE) because they don't
145 first_data_node = kconfig.top_node.list.next
/external/coreboot/src/
DKconfig50 set in site-local/Kconfig.
135 bool "Generate parsers for bincfg, sconfig and kconfig locally"
513 Select this option in the Mainboard Kconfig.
523 Select this option in the Mainboard Kconfig.
582 source "src/sbom/Kconfig"
589 source "src/mainboard/Kconfig"
638 # load site-local kconfig to allow user specific defaults and overrides
639 source "site-local/Kconfig"
668 source "src/soc/*/*/Kconfig"
669 source "src/soc/*/*/Kconfig.common"
[all …]
/external/coreboot/payloads/libpayload/vboot/
DMakefile.mk10 kconfig-to-binary=$(if $(strip $(1)),1,0)
46 TPM2_MODE=$(call kconfig-to-binary, $(CONFIG_LP_VBOOT_TPM2_MODE)) \
47 X86_SHA_EXT=$(call kconfig-to-binary, $(CONFIG_LP_VBOOT_X86_SHA_EXT)) \
48 VB2_X86_RSA_ACCELERATION=$(call kconfig-to-binary, $(CONFIG_LP_VBOOT_X86_RSA_ACCELERATION)) \
49 ARMV8_CRYPTO_EXT=$(call kconfig-to-binary, $(CONFIG_LP_VBOOT_SHA_ARMV8_CE)) \
50 ARM64_RSA_ACCELERATION=$(call kconfig-to-binary, $(CONFIG_LP_VBOOT_ARM64_RSA_ACCELERATION)) \

12345678910>>...27