diff options
Diffstat (limited to 'board/qualcomm')
| -rw-r--r-- | board/qualcomm/debug-msm8953.config | 5 | ||||
| -rw-r--r-- | board/qualcomm/debug-qcm6490.config | 5 | ||||
| -rw-r--r-- | board/qualcomm/debug-qcs9100.config | 5 | ||||
| -rw-r--r-- | board/qualcomm/debug-sm6350.config | 5 | 
4 files changed, 20 insertions, 0 deletions
| diff --git a/board/qualcomm/debug-msm8953.config b/board/qualcomm/debug-msm8953.config new file mode 100644 index 00000000000..1ccd70d0d3f --- /dev/null +++ b/board/qualcomm/debug-msm8953.config @@ -0,0 +1,5 @@ +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_ANNOUNCE=y +CONFIG_DEBUG_UART_BASE=0x78af000 +CONFIG_DEBUG_UART_MSM=y +CONFIG_DEBUG_UART_CLOCK=7372800 diff --git a/board/qualcomm/debug-qcm6490.config b/board/qualcomm/debug-qcm6490.config new file mode 100644 index 00000000000..9ea54758794 --- /dev/null +++ b/board/qualcomm/debug-qcm6490.config @@ -0,0 +1,5 @@ +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_ANNOUNCE=y +CONFIG_DEBUG_UART_BASE=0x994000 +CONFIG_DEBUG_UART_MSM_GENI=y +CONFIG_DEBUG_UART_CLOCK=14745600 diff --git a/board/qualcomm/debug-qcs9100.config b/board/qualcomm/debug-qcs9100.config new file mode 100644 index 00000000000..8ca042b440d --- /dev/null +++ b/board/qualcomm/debug-qcs9100.config @@ -0,0 +1,5 @@ +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_ANNOUNCE=y +CONFIG_DEBUG_UART_BASE=0xA8C000 +CONFIG_DEBUG_UART_MSM_GENI=y +CONFIG_DEBUG_UART_CLOCK=14745600 diff --git a/board/qualcomm/debug-sm6350.config b/board/qualcomm/debug-sm6350.config new file mode 100644 index 00000000000..1379ddeac93 --- /dev/null +++ b/board/qualcomm/debug-sm6350.config @@ -0,0 +1,5 @@ +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_UART_ANNOUNCE=y +CONFIG_DEBUG_UART_BASE=0x98c000 +CONFIG_DEBUG_UART_MSM_GENI=y +CONFIG_DEBUG_UART_CLOCK=14745600 | 
