Kconfig (bba73071b6f71be0a101658d7c13866e30b264a6) | Kconfig (39a751a4cb7e4798f0ce1169ec92de4a1aae39e3) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config DTC 3 bool 4 5menuconfig OF 6 bool "Device Tree and Open Firmware support" 7 help 8 This option enables the device tree infrastructure. --- 78 unchanged lines hidden (view full) --- 87 Helpers to allow for reservation of memory regions 88 89config OF_RESOLVE 90 bool 91 92config OF_OVERLAY 93 bool "Device Tree overlays" 94 select OF_DYNAMIC | 1# SPDX-License-Identifier: GPL-2.0 2config DTC 3 bool 4 5menuconfig OF 6 bool "Device Tree and Open Firmware support" 7 help 8 This option enables the device tree infrastructure. --- 78 unchanged lines hidden (view full) --- 87 Helpers to allow for reservation of memory regions 88 89config OF_RESOLVE 90 bool 91 92config OF_OVERLAY 93 bool "Device Tree overlays" 94 select OF_DYNAMIC |
95 select OF_FLATTREE |
|
95 select OF_RESOLVE 96 help 97 Overlays are a method to dynamically modify part of the kernel's 98 device tree with dynamically loaded data. 99 While this option is selected automatically when needed, you can 100 enable it manually to improve device tree unit test coverage. 101 102config OF_NUMA 103 bool 104 105endif # OF | 96 select OF_RESOLVE 97 help 98 Overlays are a method to dynamically modify part of the kernel's 99 device tree with dynamically loaded data. 100 While this option is selected automatically when needed, you can 101 enable it manually to improve device tree unit test coverage. 102 103config OF_NUMA 104 bool 105 106endif # OF |