devicetree might be mandatory and perhaps the only
way.
"""
+ require (not arch_x86)
- return arch.val not in ["x86_64", "i386"]
+ return False
@"Maximum size of device tree blob (in KiB)"
@readonly
"""
Maximum size for a firmware provided device tree blob
"""
- require(use_devicetree)
+ require (use_devicetree)
- return 256
\ No newline at end of file
+ return 256
+
+ @"Graphic Devices"
+ def use_graphic_dev() -> int:
+ """
+ Support of graphical devices and display protocol
+ """
+ return False
\ No newline at end of file