git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unifying External Interrupt System (#51)
[lunaix-os.git]
/
lunaix-os
/
hal
/
bus
/
LConfig
diff --git
a/lunaix-os/hal/bus/LConfig
b/lunaix-os/hal/bus/LConfig
index 74e3dbf7c3d9de2dd9a17fae9c495ba88241e3aa..e4281d294cd6018da966ab66f952c6e193f0a89a 100644
(file)
--- 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)
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)
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)
def pcie_ext():
""" Enable support of PCI-Express extension """
type(bool)
@@
-19,7
+19,7
@@
def bus_if():
return v(pci_enable)
return v(pci_enable)
- @Term
+ @Term
("Use PMIO for PCI")
def pci_pmio():
""" Use port-mapped I/O interface for controlling PCI """
type(bool)
def pci_pmio():
""" Use port-mapped I/O interface for controlling PCI """
type(bool)