arm: rockchip: add CONFIG_ROCKCHIP_UART_MUX_SEL config
CONFIG_ROCKCHIP_UART_MUX_SEL is used for selecting uart multiplexer in board_debug_uart_init. Change-Id: I75fb8eab76e4db8cd171d8d6c4462abe52ed168e Signed-off-by: YouMin Chen <cym@rock-chips.com>
This commit is contained in:
parent
9ae0e26c7f
commit
9994e22090
|
|
@ -711,6 +711,13 @@ config ROCKCHIP_FIT_IMAGE_PACK
|
|||
help
|
||||
This enable fit image pack of U-Boot and TEE, it's used for make.sh script.
|
||||
|
||||
config ROCKCHIP_UART_MUX_SEL_M
|
||||
int "UART mux select"
|
||||
default 0
|
||||
depends on TPL
|
||||
help
|
||||
This select uart multiplexer for debug uart iomux in board_debug_uart_init.
|
||||
|
||||
config GICV2
|
||||
bool "ARM GICv2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue