Lines Matching full:they
11 card, even though the boards use different PCI host bridges, and they
26 to list the components they need, and the compiled executable will
52 symbols; they are only visible in the Makefile. Each configurable component
56 falsehood is written ``n``. They are defined in a Kconfig
113 if more than one default is present, they will have different
148 Subsystems always default to false (they have no ``default`` directive)
150 up to other symbols to ``select`` whatever subsystems they require.
152 They sometimes have ``select`` directives to bring in other required
166 Devices are the most complex of the five. They can have a variety
170 Devices *depend on* the bus that they lie on, for example a PCI
175 only if they have at least one ``depends on``; the default could be
178 Devices also select any optional subsystem that they use; for example
192 no directive and are not used in the Makefile either; they only appear
236 virtualization, in which case they also depend on the ``TCG`` symbol,
242 for the target they apply to.
253 devices. They are usually enabled with ``select`` and in turn select
254 other elements; they are never visible in ``default-configs/*.mak``
309 they will include all these symbols and some help text on what they do.