2 @"16x50 Serial Controller"
3 @(parent := char_device)
5 """ 16x50 serial controller """
8 def xt_16x50() -> bool:
9 """ Enable the 16x50 for PC-compatible platform """
11 return arch.val in ["i386", "x86_64"]
14 def pci_16x50() -> bool:
15 """ Enable the support of PCI 16x50 """