git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
shconfig: add `link` command to view the inverse dependency
[lunaix-os.git]
/
lunaix-os
/
hal
/
LConfig
diff --git
a/lunaix-os/hal/LConfig
b/lunaix-os/hal/LConfig
index ab7e99e5ac91265a7ae4bc9d6ab98f7211d2df3c..5b6a86f72b52c7bcc969b5641bae967009fa0109 100644
(file)
--- 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