|
@@ -209,20 +209,12 @@ choice
|
|
Say Y here if you want kernel low-level debugging support
|
|
Say Y here if you want kernel low-level debugging support
|
|
on i.MX50 or i.MX53.
|
|
on i.MX50 or i.MX53.
|
|
|
|
|
|
- config DEBUG_IMX6Q_UART2
|
|
|
|
- bool "i.MX6Q Debug UART2"
|
|
|
|
|
|
+ config DEBUG_IMX6Q_UART
|
|
|
|
+ bool "i.MX6Q Debug UART"
|
|
depends on SOC_IMX6Q
|
|
depends on SOC_IMX6Q
|
|
help
|
|
help
|
|
Say Y here if you want kernel low-level debugging support
|
|
Say Y here if you want kernel low-level debugging support
|
|
- on i.MX6Q UART2. This is correct for e.g. the SabreLite
|
|
|
|
- board.
|
|
|
|
-
|
|
|
|
- config DEBUG_IMX6Q_UART4
|
|
|
|
- bool "i.MX6Q Debug UART4"
|
|
|
|
- depends on SOC_IMX6Q
|
|
|
|
- help
|
|
|
|
- Say Y here if you want kernel low-level debugging support
|
|
|
|
- on i.MX6Q UART4.
|
|
|
|
|
|
+ on i.MX6Q.
|
|
|
|
|
|
config DEBUG_MMP_UART2
|
|
config DEBUG_MMP_UART2
|
|
bool "Kernel low-level debugging message via MMP UART2"
|
|
bool "Kernel low-level debugging message via MMP UART2"
|
|
@@ -409,6 +401,15 @@ choice
|
|
|
|
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
|
|
+config DEBUG_IMX6Q_UART_PORT
|
|
|
|
+ int "i.MX6Q Debug UART Port (1-5)" if DEBUG_IMX6Q_UART
|
|
|
|
+ range 1 5
|
|
|
|
+ default 1
|
|
|
|
+ depends on SOC_IMX6Q
|
|
|
|
+ help
|
|
|
|
+ Choose UART port on which kernel low-level debug messages
|
|
|
|
+ should be output.
|
|
|
|
+
|
|
config DEBUG_LL_INCLUDE
|
|
config DEBUG_LL_INCLUDE
|
|
string
|
|
string
|
|
default "debug/icedcc.S" if DEBUG_ICEDCC
|
|
default "debug/icedcc.S" if DEBUG_ICEDCC
|
|
@@ -418,8 +419,7 @@ config DEBUG_LL_INCLUDE
|
|
DEBUG_IMX31_IMX35_UART || \
|
|
DEBUG_IMX31_IMX35_UART || \
|
|
DEBUG_IMX51_UART || \
|
|
DEBUG_IMX51_UART || \
|
|
DEBUG_IMX50_IMX53_UART ||\
|
|
DEBUG_IMX50_IMX53_UART ||\
|
|
- DEBUG_IMX6Q_UART2 || \
|
|
|
|
- DEBUG_IMX6Q_UART4
|
|
|
|
|
|
+ DEBUG_IMX6Q_UART
|
|
default "debug/highbank.S" if DEBUG_HIGHBANK_UART
|
|
default "debug/highbank.S" if DEBUG_HIGHBANK_UART
|
|
default "debug/mvebu.S" if DEBUG_MVEBU_UART
|
|
default "debug/mvebu.S" if DEBUG_MVEBU_UART
|
|
default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART
|
|
default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART
|