diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 84a054d7e986..b82595cf13e8 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -380,6 +380,21 @@ config SERIAL_ATMEL_CONSOLE | |||
380 | console is the device which receives all kernel messages and | 380 | console is the device which receives all kernel messages and |
381 | warnings and which allows logins in single user mode). | 381 | warnings and which allows logins in single user mode). |
382 | 382 | ||
383 | config SERIAL_ATMEL_PDC | ||
384 | bool "Support DMA transfers on AT91 / AT32 serial port" | ||
385 | depends on SERIAL_ATMEL | ||
386 | default y | ||
387 | help | ||
388 | Say Y here if you wish to use the PDC to do DMA transfers to | ||
389 | and from the Atmel AT91 / AT32 serial port. In order to | ||
390 | actually use DMA transfers, make sure that the use_dma_tx | ||
391 | and use_dma_rx members in the atmel_uart_data struct is set | ||
392 | appropriately for each port. | ||
393 | |||
394 | Note that break and error handling currently doesn't work | ||
395 | properly when DMA is enabled. Make sure that ports where | ||
396 | this matters don't use DMA. | ||
397 | |||
383 | config SERIAL_ATMEL_TTYAT | 398 | config SERIAL_ATMEL_TTYAT |
384 | bool "Install as device ttyATn instead of ttySn" | 399 | bool "Install as device ttyATn instead of ttySn" |
385 | depends on SERIAL_ATMEL=y | 400 | depends on SERIAL_ATMEL=y |