drivers: serial: xmc4xxx: Fix Kconfig help entry
The configurations are no longer hard coded for UART_0. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
This commit is contained in:
parent
eb5fd177d1
commit
4e13e6ada7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ config UART_XMC4XXX
|
|||
select SERIAL_SUPPORT_ASYNC if DT_HAS_INFINEON_XMC4XXX_DMA_ENABLED
|
||||
select DMA if UART_ASYNC_API
|
||||
help
|
||||
This option enables the XMC4XX UART driver, for UART_0.
|
||||
This option enables the XMC4XX UART driver.
|
||||
|
||||
if UART_XMC4XXX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue