Lines Matching full:foo
91 bool "foo" if BAR
95 bool "foo"
109 By abusing select you are able to select a symbol FOO even
110 if FOO depends on BAR that is not set.
361 depends on HAVE_GENERIC_IOMAP && FOO
387 config FOO
390 limits FOO to module (=m) or disabled (=n).
400 config FOO
401 tristate "about foo"
407 config FOO
408 tristate "about foo"
411 In case 1, the symbol FOO will always exist in the config file (given
412 no other dependencies). In case 2, the symbol FOO will only exist in