git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix dependency check logic cause config always disabled
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
uart
/
LConfig
1
2
@"16x50 Serial Controller"
3
@(parent := char_device)
4
def uart_16x50():
5
""" 16x50 serial controller """
6
7
@"16x50 XT-Compat"
8
def xt_16x50() -> bool:
9
""" Enable the 16x50 for PC-compatible platform """
10
require (arch_x86)
11
12
return True
13
14
@"16x50 PCI"
15
def pci_16x50() -> bool:
16
""" Enable the support of PCI 16x50 """
17
18
return True