aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.debug
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-07-06 19:11:35 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-08-25 12:11:02 -0400
commit2facbc88733b34e1f992cde054c88b8e07607043 (patch)
tree5c0a61096777f07291b0e7db3c49a4d05441aa38 /arch/arm/Kconfig.debug
parentc3faa9b7573bf8668869c0ef3075430dc9f053c6 (diff)
ARM: debug: move 8250 debug include into arch/arm/include/debug/
Now that the 8250 debug include can stand alone without requiring platforms to provide any macros, move it into the debug directory so it can be directly included. This allows us to get rid of a lot of debug-macros include files. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r--arch/arm/Kconfig.debug10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index cf4262ec0f60..f27f8eebded1 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -830,6 +830,7 @@ config DEBUG_STI_UART
830 830
831config DEBUG_LL_INCLUDE 831config DEBUG_LL_INCLUDE
832 string 832 string
833 default "debug/8250.S" if DEBUG_UART_8250
833 default "debug/bcm2835.S" if DEBUG_BCM2835 834 default "debug/bcm2835.S" if DEBUG_BCM2835
834 default "debug/cns3xxx.S" if DEBUG_CNS3XXX 835 default "debug/cns3xxx.S" if DEBUG_CNS3XXX
835 default "debug/exynos.S" if DEBUG_EXYNOS_UART 836 default "debug/exynos.S" if DEBUG_EXYNOS_UART
@@ -846,21 +847,14 @@ config DEBUG_LL_INCLUDE
846 DEBUG_IMX6SL_UART 847 DEBUG_IMX6SL_UART
847 default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \ 848 default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \
848 DEBUG_KEYSTONE_UART1 849 DEBUG_KEYSTONE_UART1
849 default "debug/mvebu.S" if DEBUG_MVEBU_UART || \
850 DEBUG_MVEBU_UART_ALTERNATE
851 default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART 850 default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART
852 default "debug/nomadik.S" if DEBUG_NOMADIK_UART 851 default "debug/nomadik.S" if DEBUG_NOMADIK_UART
853 default "debug/nspire.S" if DEBUG_NSPIRE_CX_UART || \ 852 default "debug/nspire.S" if DEBUG_NSPIRE_CX_UART
854 DEBUG_NSPIRE_CLASSIC_UART
855 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART 853 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART
856 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART 854 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART
857 default "debug/pxa.S" if DEBUG_PXA_UART1 || DEBUG_MMP_UART2 || \
858 DEBUG_MMP_UART3
859 default "debug/rockchip.S" if DEBUG_ROCKCHIP_UART
860 default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1 855 default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1
861 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART 856 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART
862 default "debug/sti.S" if DEBUG_STI_UART 857 default "debug/sti.S" if DEBUG_STI_UART
863 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1
864 default "debug/tegra.S" if DEBUG_TEGRA_UART 858 default "debug/tegra.S" if DEBUG_TEGRA_UART
865 default "debug/u300.S" if DEBUG_U300_UART 859 default "debug/u300.S" if DEBUG_U300_UART
866 default "debug/ux500.S" if DEBUG_UX500_UART 860 default "debug/ux500.S" if DEBUG_UX500_UART