rework parsing of interupt-map in interrupt node.
[lunaix-os.git] / lunaix-os / hal / LConfig
index 9a70d02d05337371993496b90112bb44ec22f9e8..b7ddf9e2a8feaeed69a9b5a4bb39c16981a20482 100644 (file)
@@ -20,7 +20,10 @@ def hal():
         """
 
         type(bool)
-        default(not v(arch).startswith("x86"))
+        default(False)
+
+        if v(arch) == "aarch64":
+            set_value(True)
 
     @ReadOnly
     @Term("Maximum size of device tree blob (in KiB)")