Home
last modified time | relevance | path

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

/scripts/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: $(
/scripts/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.
/scripts/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
/scripts/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"
/scripts/kconfig/tests/err_recursive_dep/
A Dexpected_stderr4 subsection "Kconfig recursive dependency limitations"
9 subsection "Kconfig recursive dependency limitations"
15 subsection "Kconfig recursive dependency limitations"
21 subsection "Kconfig recursive dependency limitations"
27 subsection "Kconfig recursive dependency limitations"
33 subsection "Kconfig recursive dependency limitations"
38 subsection "Kconfig recursive dependency limitations"
/scripts/kconfig/
A DMakefile7 Kconfig := $(KBUILD_KCONFIG) macro
9 Kconfig := Kconfig macro
50 $(Q)$$< $(silent) $(Kconfig)
60 $(Q)$(PERL) $(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)
/scripts/
A Dgit.orderFile24 Kconfig*
25 */Kconfig*
A Dspdxexclude11 # by the Kconfig tools
A DKconfig.include2 # Kconfig helper macros
/scripts/kconfig/tests/preprocess/circular_expansion/
A Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)

Completed in 14 milliseconds