drivers: serial: Add name to choice symbol
Add name to choice symbol, so that default value can be changed downstream. Developed-by: Andreas Rudolf <andreas.rudolf@husqvarnagroup.com> Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
b03fcfa0cf
commit
9aa2f5ffb0
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ config UART_NATIVE_POSIX
|
||||||
|
|
||||||
if UART_NATIVE_POSIX
|
if UART_NATIVE_POSIX
|
||||||
|
|
||||||
choice
|
choice NATIVE_UART_0
|
||||||
prompt "Native UART Port 0 connection"
|
prompt "Native UART Port 0 connection"
|
||||||
default NATIVE_UART_0_ON_OWN_PTY
|
default NATIVE_UART_0_ON_OWN_PTY
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue