Searched full:dependencies (Results 1 – 25 of 82) sorted by relevance
1234
/Documentation/kbuild/ |
D | Kconfig.select-break | 17 # visit the dependencies of the select target (in this case B). And since 18 # Kconfig does not visit the dependencies, it breaks the dependencies of B
|
D | kconfig-language.rst | 24 Every entry has its own dependencies. These dependencies are used 44 the config option, input prompt, dependencies, help text and default 72 to the user. Optionally dependencies only for this prompt can be added 86 Optionally, dependencies only for this default value can be added with 115 Optionally dependencies for this default value can be added with "if". 117 - dependencies: "depends on" <expr> 120 dependencies are defined, they are connected with '&&'. Dependencies 133 - reverse dependencies: "select" <symbol> ["if" <expr>] 135 While normal dependencies reduce the upper limit of a symbol (see 136 below), reverse dependencies can be used to force a lower limit of [all …]
|
D | Kconfig.recursion-issue-02 | 33 # more important reason is that kconfig does not check for dependencies listed
|
/Documentation/admin-guide/ |
D | init.rst | 23 4) **Binary exists but dependencies not available**: E.g. required library 24 dependencies of the init binary such as ``/lib/ld-linux.so.2`` missing or 33 library dependencies). And before tackling scripts, better first test a
|
/Documentation/driver-api/ |
D | dma-buf.rst | 203 Common to all these schemes is that userspace controls the dependencies of these 208 * Only the kernel knows about all DMA fence dependencies, userspace is not aware 209 of dependencies injected due to memory management or scheduler decisions. 211 * Only userspace knows about all dependencies in indefinite fences and when 235 through memory management dependencies which userspace is unaware of, which 238 architecture there is no single entity with knowledge of all dependencies. 241 The only solution to avoid dependencies loops is by not allowing indefinite
|
D | device_link.rst | 7 By default, the driver core only enforces dependencies between devices 13 Sometimes there is a need to represent device dependencies beyond the 18 dependencies, i.e. that one device must be bound to a driver before 25 Device links allow representation of such dependencies in the driver core. 212 dependencies. It also cannot be used on ACPI systems.
|
/Documentation/ |
D | Kconfig | 7 This option makes the Kernel to check for missing dependencies,
|
/Documentation/livepatch/ |
D | cumulative-patches.rst | 5 There might be dependencies between livepatches. If multiple patches need 58 - Decrease user confusion about dependencies between livepatches.
|
/Documentation/locking/ |
D | lockdep-design.rst | 20 the dependencies between different lock-classes. Lock usage indicates 26 continuing effort to prove lock usages and dependencies are correct or 156 Furthermore, the following usage based lock dependencies are not allowed 192 Exception: Nested data dependencies leading to nested locking 302 single-task locking dependencies in the kernel as possible, at least 514 Lock dependencies record the orders of the acquisitions of a pair of locks, and 516 dependencies, but we can show that 4 types of lock dependencies are enough for 551 Note that given two locks, they may have multiple dependencies between them, 572 in the path, as the path that doesn't have two conjunct edges (dependencies) as 574 walking to another through the lock dependencies, and if X -> Y -> Z is in the [all …]
|
/Documentation/userspace-api/media/mediactl/ |
D | media-controller-intro.rst | 24 blocks are shared between different functions, creating dependencies
|
/Documentation/arm/omap/ |
D | omap.rst | 9 KERNEL NEW DEPENDENCIES
|
/Documentation/devicetree/bindings/nvmem/ |
D | nvmem-consumer.yaml | 35 dependencies:
|
/Documentation/devicetree/bindings/spi/ |
D | marvell,mmp2-ssp.yaml | 41 dependencies:
|
/Documentation/dev-tools/kunit/ |
D | start.rst | 7 Installing dependencies 9 KUnit has the same dependencies as the Linux kernel. As long as you can build 49 It'll warn you if you haven't included the dependencies of the options you're
|
D | faq.rst | 16 under test is very small and does not have any external dependencies outside of 51 external dependencies outside of the test's control like hardware.
|
/Documentation/devicetree/bindings/gpio/ |
D | brcm,xgs-iproc-gpio.yaml | 50 dependencies:
|
D | snps,dw-apb-gpio.yaml | 98 dependencies:
|
/Documentation/devicetree/bindings/iio/adc/ |
D | microchip,mcp3201.yaml | 45 dependencies:
|
/Documentation/x86/x86_64/ |
D | uefi.rst | 39 initrd. Instructions on building elilo and its dependencies
|
/Documentation/sound/designs/ |
D | tracepoints.rst | 118 dependencies on which a parameter is decided according to several parameters. 130 of constraints into the runtime when several parameters have dependencies
|
/Documentation/devicetree/bindings/input/touchscreen/ |
D | touchscreen.yaml | 79 dependencies:
|
/Documentation/devicetree/bindings/serial/ |
D | pl011.yaml | 106 dependencies:
|
/Documentation/devicetree/bindings/power/supply/ |
D | gpio-charger.yaml | 72 dependencies:
|
/Documentation/networking/ |
D | netdev-features.rst | 76 All dependencies between features should be resolved here. The resulting 79 when its dependencies are not met instead of forcing the dependency on.
|
/Documentation/devicetree/bindings/leds/backlight/ |
D | pwm-backlight.yaml | 64 dependencies:
|
1234