X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ebb55b7e5f0b8f31328950ec383b77b208ffbb64..f89517343bf062d299d54408eea2f9387bfefb6d:/lunaix-os/hal/bus/LConfig diff --git a/lunaix-os/hal/bus/LConfig b/lunaix-os/hal/bus/LConfig index 74e3dbf..e4281d2 100644 --- a/lunaix-os/hal/bus/LConfig +++ b/lunaix-os/hal/bus/LConfig @@ -1,17 +1,17 @@ -@Collection +@Collection("Buses & Interconnects") def bus_if(): """ System/platform bus interface """ add_to_collection(hal) - @Term + @Term("PCI") def pci_enable(): """ Peripheral Component Interconnect (PCI) Bus """ type(bool) default(True) - @Term + @Term("PCI Express") def pcie_ext(): """ Enable support of PCI-Express extension """ type(bool) @@ -19,7 +19,7 @@ def bus_if(): return v(pci_enable) - @Term + @Term("Use PMIO for PCI") def pci_pmio(): """ Use port-mapped I/O interface for controlling PCI """ type(bool)