Menuconfig Implementation and auto-qemu refactoring (#44)
[lunaix-os.git] / lunaix-os / hal / ahci / LConfig
index b9578813c06b241fc4ac9bc9dd5f4e3ec3fa3987..a199abfce77c858345e5db13b44ab1a60acea305 100644 (file)
@@ -1,10 +1,10 @@
 
 
-@Collection
+@Collection("AHCI")
 def sata_ahci():
 
     add_to_collection(hal)
 
 def sata_ahci():
 
     add_to_collection(hal)
 
-    @Term
+    @Term("Enable AHCI support")
     def ahci_enable():
         """ Enable the support of SATA AHCI. 
             Must require PCI at current stage """
     def ahci_enable():
         """ Enable the support of SATA AHCI. 
             Must require PCI at current stage """