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