Home
last modified time | relevance | path

Searched refs:Kconfig (Results 1 – 25 of 28) sorted by relevance

12

/xen/xen/tools/kconfig/tests/err_recursive_dep/
A Dexpected_stderr1 Kconfig:11:error: recursive dependency detected!
2 Kconfig:11: symbol B is selected by B
7 Kconfig:5: symbol A depends on A
12 Kconfig:17: symbol C1 depends on C2
13 Kconfig:21: symbol C2 depends on C1
18 Kconfig:32: symbol D2 is selected by D1
19 Kconfig:27: symbol D1 depends on D2
24 Kconfig:37: symbol E1 depends on E2
25 Kconfig:42: symbol E2 is implied by E1
30 Kconfig:60: symbol G depends on G
[all …]
/xen/xen/tools/kconfig/tests/preprocess/escape/
A Dexpected_stderr1 Kconfig:9: hello, world
2 Kconfig:13: ' " '" ' ''' "'"
3 Kconfig:17: $
4 Kconfig:18: $$
5 Kconfig:20: 1
6 Kconfig:25: $(X)
7 Kconfig:30: (
8 Kconfig:35: $(X)
9 Kconfig:39: $(X)
10 Kconfig:44: $(
/xen/xen/tools/kconfig/tests/preprocess/variable/
A Dexpected_stderr1 Kconfig:10: SIMPLE = 1
2 Kconfig:16: RECURSIVE = 2
3 Kconfig:22: SIMPLE = 1 3
4 Kconfig:28: RECURSIVE = 2 4
5 Kconfig:35: UNDEFINED_VARIABLE = 4
6 Kconfig:41: AB = 5
7 Kconfig:45: Hello, my name is John.
8 Kconfig:50: Hello, my name is .
9 Kconfig:53: Hello, my name is John.
/xen/xen/tools/kconfig/tests/preprocess/builtin_func/
A Dexpected_stderr1 Kconfig:8: hello world 1
2 Kconfig:18: hello world 3
3 Kconfig:22: hello world 4
4 Kconfig:26: filename=Kconfig
5 Kconfig:27: lineno=27
/xen/xen/drivers/
A DKconfig3 source "drivers/acpi/Kconfig"
5 source "drivers/char/Kconfig"
7 source "drivers/cpufreq/Kconfig"
9 source "drivers/passthrough/Kconfig"
11 source "drivers/pci/Kconfig"
13 source "drivers/video/Kconfig"
/xen/xen/tools/kconfig/
A DMakefile10 Kconfig := $(KBUILD_KCONFIG) macro
12 Kconfig := Kconfig macro
27 $< $(silent) $(Kconfig)
30 $< $(silent) $(Kconfig)
33 $< $(silent) $(Kconfig)
36 $< $(silent) --oldaskconfig $(Kconfig)
39 $< $(silent) $(Kconfig)
55 $< $(silent) --oldconfig $(Kconfig); \
59 $< $(silent) --oldconfig $(Kconfig); \
73 $< $(silent) --$@ $(Kconfig)
[all …]
/xen/xen/tools/kconfig/tests/err_recursive_inc/
A Dexpected_stderr3 current file : Kconfig.inc1
4 included from: Kconfig.inc3:2
5 included from: Kconfig.inc2:4
6 included from: Kconfig.inc1:5
A DKconfig2 source "Kconfig.inc1"
A DKconfig.inc15 source "Kconfig.inc2"
A DKconfig.inc24 source "Kconfig.inc3"
A DKconfig.inc32 source "Kconfig.inc1"
/xen/docs/misc/
A Dkconfig-language.rst2 Kconfig Language
100 b) A new gatekeeping Kconfig option that hides/shows other Kconfig
320 Kconfig syntax
467 Kconfig hints
482 We would in lib/Kconfig see::
548 Kconfig recursive issue" subsection below. Kconfig does not do recursive
647 Semantics of Kconfig
650 The use of Kconfig is broad, Linux is now only one of Kconfig's users:
653 in documenting basic Kconfig syntax a more precise definition of Kconfig
677 Full SAT solver for Kconfig
[all …]
A Dkconfig-macro-language.rst2 Kconfig macro language
32 The idea is quite similar in Kconfig - it is possible to describe a Kconfig
40 The macro language in Kconfig processes the source file into the following
46 Then, Kconfig moves onto the evaluation stage to resolve inter-symbol
53 Like in Make, a variable in Kconfig works as a macro variable. A macro
63 righthand side is expanded immediately upon reading the line from the Kconfig
105 Kconfig currently supports the following built-in functions.
124 current Kconfig file and the current line number.
142 Make vs Kconfig
145 Kconfig adopts Make-like macro language, but the function call syntax is
[all …]
A Dkconfig.rst2 Kconfig make config
46 If you set KCONFIG_OVERWRITECONFIG in the environment, Kconfig will not
51 If you set `CONFIG_` in the environment, Kconfig will prefix all symbols
/xen/xen/
A DKconfig7 source "scripts/Kconfig.include"
30 source "arch/$(SRCARCH)/Kconfig"
62 source "Kconfig.debug"
A DKconfig.debug131 source "arch/$(SRCARCH)/Kconfig.debug"
/xen/xen/tools/kconfig/tests/preprocess/circular_expansion/
A Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/xen/docs/misc/arm/
A Dsilicon-errata.txt29 the erratum in question, a Kconfig entry is added under "ARM errata
33 a Kconfig option is not available and the code is structured (preferably
42 | Implementor | Component | Erratum ID | Kconfig |
A Dearly-printk.txt12 "Early printk" in the "Debugging options" of Kconfig. You will then need to
/xen/xen/arch/arm/
A DKconfig32 source "arch/Kconfig"
115 source "arch/arm/tee/Kconfig"
237 source "arch/arm/platforms/Kconfig"
239 source "common/Kconfig"
241 source "drivers/Kconfig"
/xen/xen/scripts/
A DKconfig.include2 # Kconfig helper macros
/xen/xen/arch/x86/
A DKconfig43 source "arch/Kconfig"
259 source "common/Kconfig"
261 source "drivers/Kconfig"
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst30 To build with coverage support, enable ``CONFIG_COVERAGE`` in Kconfig. The
/xen/docs/process/
A Drelease-technician-checklist.txt72 # - xen/Kconfig.debug
/xen/
A DSUPPORT.md22 ## Kconfig section in Feature Support
24 EXPERT and DEBUG Kconfig options are not security supported. Other
25 Kconfig options are supported, if the related features are marked as

Completed in 19 milliseconds

12