blob: a7563c23b76453c9075dc94350aeaa8d36396f8f [file] [log] [blame]
config UART_NSIM
bool "UART driver for MetaWare nSim"
default n
depends on NSIM && SERIAL
help
This enables the UART driver for the MetaWare nSim simulator.
config UART_NSIM_PORT_0_NAME
string "Port 0 Device Name"
default "UART_0"
depends on UART_NSIM
help
This is the device name for UART, and is included in the device
struct.
config UART_NSIM_PORT_0_BASE_ADDR
hex
prompt "Port 0 Register Address"
default 0x00000000
depends on UART_NSIM
help
The base address of UART port.
Leave this at 0x00000000 to skip initialization at boot.