Skip to content
Snippets Groups Projects
Commit 167cdad1 authored by Graeme Russ's avatar Graeme Russ Committed by Wolfgang Denk
Browse files

SERIAL: Enable port-mapped access


The x86 architecture exclusively uses Port-Mapped I/O (inb/outb) to access
the 16550 UARTs. This patch mimics how Linux selects between Memory-Mapped
and Port-Mapped I/O. This allows x86 boards to use CONFIG_SERIAL_MUTLI and
drop the custom serial port driver

Signed-off-by: default avatarGraeme Russ <graeme.russ@gmail.com>
parent 153c2d9f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment