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
update readme on build system
[lunaix-os.git]
/
lunaix-os
/
hal
/
char
/
uart
/
LConfig
diff --git
a/lunaix-os/hal/char/uart/LConfig
b/lunaix-os/hal/char/uart/LConfig
index 831169cfb119c6637ad4fa7f26d427ba0f3755db..61014ad159cf8e8f5e848d1be19d524b70c326a2 100644
(file)
--- a/
lunaix-os/hal/char/uart/LConfig
+++ b/
lunaix-os/hal/char/uart/LConfig
@@
-7,8
+7,9
@@
def uart_16x50():
@"16x50 XT-Compat"
def xt_16x50() -> bool:
""" Enable the 16x50 for PC-compatible platform """
@"16x50 XT-Compat"
def xt_16x50() -> bool:
""" Enable the 16x50 for PC-compatible platform """
-
- return arch.val in ["i386", "x86_64"]
+ require (arch_x86)
+
+ return True
@"16x50 PCI"
def pci_16x50() -> bool:
@"16x50 PCI"
def pci_16x50() -> bool: