X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2bfb909dde1241111ab5568f30c45d2644bdaf25..2b0380cba5e5adc73299bbaccdc7d20b84825cc1:/lunaix-os/hal/LConfig diff --git a/lunaix-os/hal/LConfig b/lunaix-os/hal/LConfig index b2e00fa..5b6a86f 100644 --- a/lunaix-os/hal/LConfig +++ b/lunaix-os/hal/LConfig @@ -16,7 +16,7 @@ def hal(): devicetree might be mandatory and perhaps the only way. """ - require(not arch_x86) + require (not arch_x86) return False @@ -26,6 +26,13 @@ def hal(): """ 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