5 @Collection("Devices & Peripherials")
7 """ Lunaix hardware asbtraction layer """
9 @Term("Devicetree for hardware discovery")
12 Decide whether to use Devicetree for platform
13 resource topology sensing.
15 On some architecture, Lunaix will fallback to use
16 devicetree when ran out of options. For others, such
17 as those designed with embedded support in mind,
18 devicetree might be mandatory and perhaps the only
23 default(not v(arch).startswith("x86"))
26 @Term("Maximum size of device tree blob (in KiB)")
29 Maximum size for a firmware provided device tree blob
35 return v(use_devicetree)