mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
drivers/serial/Kconfig: Fix a syntax error in CONFIG_RPMSG_SERIALINIT default.
This commit is contained in:
parent
66401c8960
commit
3473ce91a9
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ config RPMSG_UART
|
|||
|
||||
config RPMSG_SERIALINIT
|
||||
bool "Add dummy up_serialinit for UART rpmsg"
|
||||
default !16550_UART && !CMSDK_UART && !MCU_SERIAL
|
||||
default y if !16550_UART && !CMSDK_UART && !MCU_SERIAL
|
||||
depends on RPMSG_UART
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue