zephyr/arch
Daniel Leung 9f9b4a8afa uart: ns16550: use io-mapped DT property for IO port access
The old CONFIG_UART_NS16550_ACCESS_IOPORT has been used to
indicate whether to access the NS16550 UART via IO port
before device tree is used to describe hardware. Now we have
device tree, and we can specify whether a particular UART
needs to be accessed via IO port using property io-mapped.
Therefore, CONFIG_UART_NS16550_ACCESS_IOPORT is no longer
needed (and thus also CONFIG_UART_NS16550_SIMULT_ACCESS).
Remove these two kconfigs and modify code to use device tree
to figure out how to access the UART hardware.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-09-26 12:03:04 +02:00
..
arc arch: remove wait_q.h include 2023-09-12 12:55:36 -04:00
arm memory-attr: Rationalize _MASK and _GET(x) macros 2023-09-22 09:27:57 +02:00
arm64 memory-attr: Rationalize _MASK and _GET(x) macros 2023-09-22 09:27:57 +02:00
common arch: Add support for dynamically disconnecting shared interrupts 2023-09-14 08:35:12 +02:00
mips COVERAGE: Fix COVERAGE_GCOV dependencies 2023-08-24 15:36:31 +02:00
nios2 arch: nios2: Remove unused absolute symbols 2023-04-18 10:51:28 -04:00
posix include: always use <> for Zephyr includes 2023-09-14 13:49:58 +02:00
riscv arch: riscv: Trap handler alignment configuration 2023-09-05 16:16:46 +02:00
sparc COVERAGE: Fix COVERAGE_GCOV dependencies 2023-08-24 15:36:31 +02:00
x86 uart: ns16550: use io-mapped DT property for IO port access 2023-09-26 12:03:04 +02:00
xtensa xtensa: dc233c: enable backtrace support 2023-09-26 08:37:43 +02:00
CMakeLists.txt cmake: enable -Wshadow partially for in-tree code 2023-08-22 11:39:58 +02:00
Kconfig arch: Add support for static shared interrupts 2023-09-14 08:35:12 +02:00