Lines Matching full:on

36 This domain-specific language is based on the Kconfig language that
81 **dependencies**: ``depends on <expr>``
89 While ``depends on`` can force a symbol to false, reverse dependencies can
100 contradictions between ``depends on`` and ``select`` statements and prevent
107 ``select`` or ``depends on`` directives do not force the value to true
163 depends on PCI
170 Devices *depend on* the bus that they lie on, for example a PCI
171 device would specify ``depends on PCI``. An MMIO device will likely
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
176 conditional on a device group.
201 that users might reasonably want to plug in to an i2c bus on any
203 to be wired up in a way that can't be done on the command line).
204 ``TEST_DEVICES`` instead is used for devices that are rarely used on
215 depends on SPARC && !SPARC64
232 ``imply`` if (depending on the QEMU command line) the board may or
234 have a ``depends on`` clause to limit them to the appropriate targets.
236 virtualization, in which case they also depend on the ``TCG`` symbol,
263 starting point to turn on devices and subsystems.
287 to ``n`` unless it is ``select``\ ed or explicitly switched on in the
298 machine, and even then only if ``--nodefaults`` is specified on the
309 they will include all these symbols and some help text on what they do.
314 In some special cases, a configurable element depends on host features
316 example some devices depend on the availability of KVM or on the presence
317 of a library on the host.