Lines Matching full:bar
19 depends on BAR
31 depends on BAR
40 default y if BAR
42 if BAR
45 endif # BAR
67 source "foo/bar/*/Kconfig"
69 If the pattern ``foo/bar/*/Kconfig`` matches the files
70 :file:`foo/bar/baz/Kconfig` and :file:`foo/bar/qaz/Kconfig`, the statement
75 source "foo/bar/baz/Kconfig"
76 source "foo/bar/qaz/Kconfig"
97 :file:`Kconfig` file, and that :file:`foo/bar/Kconfig` has the following
106 :file:`foo/bar/qaz/Kconfig2`.