@Collection("AHCI") def sata_ahci(): add_to_collection(hal) @Term("Enable AHCI support") def ahci_enable(): """ Enable the support of SATA AHCI. Must require PCI at current stage """ type(bool) default(True) if not v(pci_enable): set_value(False)