Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - B index
The Linux kernel configuration item CONFIG_BUILTIN_DTB
has multiple definitions:
arch/loongarch/Kconfig
The configuration item CONFIG_BUILTIN_DTB:
CONFIG_OF
Some existing systems do not provide a canonical device tree to the kernel at boot time. Let's provide a device tree table in the kernel, keyed by the dts filename, containing the relevant DTBs.
Built-in DTBs are generic enough and can be used as references.
arch/riscv/Kconfig
The configuration item CONFIG_BUILTIN_DTB:
CONFIG_OF && CONFIG_NONPORTABLE
Build a device tree into the Linux image. This option should be selected if no bootloader is being used. If unsure, say N.
arch/sh/Kconfig
The configuration item CONFIG_BUILTIN_DTB:
CONFIG_SH_DEVICE_TREE
Link a device tree blob for particular hardware into the kernel, suppressing use of the DTB pointer provided by the bootloader. This option should only be used with legacy bootloaders that are not capable of providing a DTB to the kernel, or for experimental hardware without stable device tree bindings.
arch/mips/Kconfig
The configuration item CONFIG_BUILTIN_DTB:
(none)
(none)
arch/riscv/Kconfig
The configuration item CONFIG_BUILTIN_DTB:
( CONFIG_OF && CONFIG_NONPORTABLE ) && ( CONFIG_XIP_KERNEL )
(none)
arch/xtensa/Kconfig
The configuration item CONFIG_BUILTIN_DTB:
CONFIG_OF
(none)
arch/cris/Kconfig
The configuration item CONFIG_BUILTIN_DTB:
CONFIG_OF
(none)
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - B index
Automatically generated (in year 2025). See also LKDDb sources on GitLab