2015-03-18 16:24:43 -06:00
|
|
|
config DRV_NS16550
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option enables the NS16550 serial driver.
|
|
|
|
This specific driver can be used for the serial hardware
|
|
|
|
available at the Generic PC and Quark.
|
|
|
|
|
|
|
|
config DRV_K20_UART
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option enables the K20 serial driver.
|
|
|
|
This specific driver can be used for the serial hardware
|
|
|
|
available at the Freescale FRDM K64F BSP.
|
|
|
|
|
|
|
|
config DRV_STELLARIS_UART
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option enables the Stellaris serial driver.
|
|
|
|
This specific driver can be used for the serial hardware
|
|
|
|
available at the Texas Instrument LM3S6965 BSP.
|
2015-05-05 10:12:02 -05:00
|
|
|
|
|
|
|
config UART_INTERRUPT_DRIVEN
|
|
|
|
bool
|
|
|
|
prompt "Interrupt driven UART support"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option enables interrupt support for UART allowing console
|
|
|
|
input and UART based drivers.
|