kconfig: move UART_INTERRUPT_DRIVEN into serial options menu
Move UART_INTERRUPT_DRIVEN under options menu Change-Id: I56e8447140956d2fe21fe138c0fe36b8407fdaa7 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0a7e4d1b9b
commit
03351519ee
|
@ -66,6 +66,13 @@ config SERIAL_INTERRUPT_LOW
|
|||
Option signifies that the serial controller uses low level interrupts
|
||||
instead of high
|
||||
|
||||
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.
|
||||
endmenu
|
||||
|
||||
config NS16550
|
||||
|
@ -116,13 +123,6 @@ config STELLARIS_UART
|
|||
This specific driver can be used for the serial hardware
|
||||
available at the Texas Instrument LM3S6965 platform.
|
||||
|
||||
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.
|
||||
|
||||
config UART_PORT_0_NAME
|
||||
string
|
||||
|
|
Loading…
Reference in New Issue