11 lines
131 B
Plaintext
11 lines
131 B
Plaintext
|
|
menu "Usart Configuration"
|
|
config ENABLE_Pl011_UART
|
|
bool
|
|
prompt "Use Pl011 uart"
|
|
default n
|
|
|
|
endmenu
|
|
|
|
|