diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-19 19:26:34 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-06 16:52:05 -0700 |
commit | dd99eef5f6472e30b6e13f6f4622f58e94d46809 (patch) | |
tree | f3760e780a29dd6261670856774910cd2f325860 /arch/arm/Kconfig.debug | |
parent | a8a28affc37a230ce86da01a2de207b55b49bb09 (diff) | |
download | lwn-dd99eef5f6472e30b6e13f6f4622f58e94d46809.tar.gz lwn-dd99eef5f6472e30b6e13f6f4622f58e94d46809.zip |
ARM: clps711x: Move debug include into arch/arm/include/debug/
One more step to allowing CLPS711X to participate in the
multi-platform defconfig.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 8f90595069a1..a9176b9b00fc 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -991,6 +991,7 @@ config DEBUG_STI_UART config DEBUG_LL_INCLUDE string default "debug/8250.S" if DEBUG_LL_UART_8250 || DEBUG_UART_8250 + default "debug/clps711x.S" if DEBUG_CLPS711X_UART1 || DEBUG_CLPS711X_UART2 default "debug/pl01x.S" if DEBUG_LL_UART_PL01X || DEBUG_UART_PL01X default "debug/exynos.S" if DEBUG_EXYNOS_UART default "debug/efm32.S" if DEBUG_LL_UART_EFM32 |