Lines Matching full:have
25 architecture of the hardware emulation subsystems. Boards only have
55 All elements have boolean (true/false) type; truth is written as ``y``, while
69 above, Makefiles will have access to a variable named ``CONFIG_ARM_VIRT``,
112 A configuration element can have any number of default values (usually,
113 if more than one default is present, they will have different
148 Subsystems always default to false (they have no ``default`` directive)
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
172 have no ``depends on`` directive. Devices also *select* the buses
175 only if they have at least one ``depends on``; the default could be
196 and ``TEST_DEVICES``. PCI devices usually have a ``default y if
234 have a ``depends on`` clause to limit them to the appropriate targets.