devicetree might be mandatory and perhaps the only
way.
"""
- require(not arch_x86)
+ require (not arch_x86)
return False
"""
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