Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / arch / LConfig
diff --git a/lunaix-os/arch/LConfig b/lunaix-os/arch/LConfig
new file mode 100644 (file)
index 0000000..30c67b6
--- /dev/null
@@ -0,0 +1,13 @@
+include("i386/LConfig")
+
+@Collection
+def architecture_support():
+    """
+        Config ISA related features
+    """
+
+    @Term
+    def arch():
+        """ Config ISA support """
+        type(["i386", "x86_64", "aarch64", "rv64"])
+        default("i386")