X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/5b211a176c805745d48517eff99c4dd651f2da75..2b0380cba5e5adc73299bbaccdc7d20b84825cc1:/lunaix-os/hal/LConfig diff --git a/lunaix-os/hal/LConfig b/lunaix-os/hal/LConfig index ab7e99e..5b6a86f 100644 --- a/lunaix-os/hal/LConfig +++ b/lunaix-os/hal/LConfig @@ -28,4 +28,11 @@ def hal(): """ 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