ARM: imx6q: let users input debug uart port number
imx6q gets 5 uart ports in total. Different board design may choose
different port as debug uart. For example, imx6q-sabresd uses UART1,
imx6q-sabrelite uses UART2 and imx6q-arm2 uses UART4. Rather than
bloating DEBUG_LL choice list with all these uart ports, the patch
introduces DEBUG_IMX6Q_UART_PORT for users to input uart port number
when DEBUG_IMX6Q_UART is selected inside DEBUG_LL choice.
Signed-off-by:
Shawn Guo <shawn.guo@linaro.org>
Showing
- arch/arm/Kconfig.debug 13 additions, 13 deletionsarch/arm/Kconfig.debug
- arch/arm/include/debug/imx.S 16 additions, 4 deletionsarch/arm/include/debug/imx.S
- arch/arm/mach-imx/lluart.c 18 additions, 10 deletionsarch/arm/mach-imx/lluart.c
- arch/arm/mach-imx/mx6q.h 0 additions, 4 deletionsarch/arm/mach-imx/mx6q.h
Please register or sign in to comment