mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
serial: rk30: Kconfig add UART1_CTS_RTS_RK29 and UART1_DMA_RK29 config
This commit is contained in:
@@ -1514,7 +1514,7 @@ config SERIAL_BCM63XX_CONSOLE
|
||||
|
||||
config SERIAL_RK29
|
||||
bool "RockChip RK29/RK30 serial port support"
|
||||
depends on ARCH_RK29 || ARCH_RK30
|
||||
depends on PLAT_RK
|
||||
select SERIAL_CORE
|
||||
|
||||
config UART0_RK29
|
||||
@@ -1533,13 +1533,21 @@ config UART1_RK29
|
||||
bool "Serial port 1 support"
|
||||
depends on SERIAL_RK29
|
||||
|
||||
config UART1_CTS_RTS_RK29
|
||||
bool "Serial port 1 CTS/RTS support"
|
||||
depends on UART1_RK29 && !ARCH_RK29
|
||||
|
||||
config UART1_DMA_RK29
|
||||
bool "Serial port 1 DMA support (EXPERIMENTAL)"
|
||||
depends on UART1_RK29
|
||||
|
||||
config UART2_RK29
|
||||
bool "Serial port 2 support"
|
||||
depends on SERIAL_RK29
|
||||
|
||||
config UART2_CTS_RTS_RK29
|
||||
bool "Serial port 2 CTS/RTS support"
|
||||
depends on UART2_RK29
|
||||
depends on UART2_RK29 && !ARCH_RK30
|
||||
|
||||
config UART2_DMA_RK29
|
||||
bool "Serial port 2 DMA support (EXPERIMENTAL)"
|
||||
|
||||
Reference in New Issue
Block a user