shconfig: add `link` command to view the inverse dependency
[lunaix-os.git] / lunaix-os / hal / LConfig
index ab7e99e5ac91265a7ae4bc9d6ab98f7211d2df3c..5b6a86f72b52c7bcc969b5641bae967009fa0109 100644 (file)
@@ -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