Lines Matching +full:device +full:- +full:tree

9 	  your embedded device
14 # but do not use the kernel-modules infrastructure, should select that
38 bool "Latest CIP SLTS version (5.10.162-cip24)"
44 automation and more for reliable and secure Linux-based
48 of industrial-grade software that permits the use and
55 https://www.cip-project.org
58 bool "Latest CIP RT SLTS version (5.10.162-cip24-rt10)"
67 https://www.cip-project.org
89 the Buildroot tree.
97 the root of the Buildroot tree.
147 default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
148 default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
162 A space-separated list of patches to apply to the
178 bool "Using an in-tree defconfig file"
199 arch/<arch>/configs in the kernel tree.
209 linux-update-(def)config.
214 A space-separated list of kernel configuration fragment files,
313 For certain cases a board-specific target image must be
315 description is attached in a board-specific kernel image
377 string "load address (for 3.7+ multi-platform image)"
382 (3.7+) multi-architecture support (CONFIG_ARCH_MULTIPLATFORM=y
390 bool "Build a Device Tree Blob (DTB)"
392 Compile one or more device tree sources into device tree
398 # We have mainly three cases when it comes to device tree support:
401 # 2) We want device tree support, so we need the user to enter the
402 # device tree name or the path to the custom device he uses, but
405 # to derive the kernel image name from the given device tree
407 # 3) We want device tree support, but the kernel requires us to
408 # build the device tree blob separately. In this case, some
415 Normally, the device tree(s) to be built have to be passed
418 device tree directly in the kernel binary. Select this option
425 string "In-tree Device Tree Source file names"
427 Name of in-tree device tree source file, without
432 string "Out-of-tree Device Tree Source file paths"
434 Paths to out-of-tree Device Tree Source (.dts) and Device Tree
440 bool "Keep the directory name of the Device Tree"
442 If enabled, the device tree blobs keep their
447 bool "Build Device Tree with overlay support"
449 If enabled, pass the "-@" option to dtc, such that
450 symbols are generated in the compiled Device Tree.
451 Choose this option to support Device Tree overlays
464 Note that this option also installs the Device Tree Blobs to
473 program called extract-cert, which itself needs
474 OpenSSL. Enabling this option will ensure host-openssl gets
478 such as "scripts/extract-cert.c:21:25: fatal error:
486 needs libelf. Enabling this option will ensure host-elfutils
491 CONFIG_UNWINDER_ORC=y, please install libelf-dev,
492 libelf-devel or elfutils-libelf-devel".
499 called pahole. Enabling this option will ensure host-pahole
512 source "package/linux-tools/Config.in"