diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index f9573d9a6d96..b4b298654224 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -846,10 +846,8 @@ config DEBUG_STI_UART | |||
846 | config DEBUG_LL_INCLUDE | 846 | config DEBUG_LL_INCLUDE |
847 | string | 847 | string |
848 | default "debug/8250.S" if DEBUG_UART_8250 | 848 | default "debug/8250.S" if DEBUG_UART_8250 |
849 | default "debug/bcm2835.S" if DEBUG_BCM2835 | 849 | default "debug/pl01x.S" if DEBUG_UART_PL01X |
850 | default "debug/cns3xxx.S" if DEBUG_CNS3XXX | ||
851 | default "debug/exynos.S" if DEBUG_EXYNOS_UART | 850 | default "debug/exynos.S" if DEBUG_EXYNOS_UART |
852 | default "debug/highbank.S" if DEBUG_HIGHBANK_UART | ||
853 | default "debug/icedcc.S" if DEBUG_ICEDCC | 851 | default "debug/icedcc.S" if DEBUG_ICEDCC |
854 | default "debug/imx.S" if DEBUG_IMX1_UART || \ | 852 | default "debug/imx.S" if DEBUG_IMX1_UART || \ |
855 | DEBUG_IMX25_UART || \ | 853 | DEBUG_IMX25_UART || \ |
@@ -862,18 +860,12 @@ config DEBUG_LL_INCLUDE | |||
862 | DEBUG_IMX6SL_UART | 860 | DEBUG_IMX6SL_UART |
863 | default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \ | 861 | default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \ |
864 | DEBUG_KEYSTONE_UART1 | 862 | DEBUG_KEYSTONE_UART1 |
865 | default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART | ||
866 | default "debug/nomadik.S" if DEBUG_NOMADIK_UART | ||
867 | default "debug/nspire.S" if DEBUG_NSPIRE_CX_UART | ||
868 | default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART | 863 | default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART |
869 | default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1 | 864 | default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1 |
870 | default "debug/sti.S" if DEBUG_STI_UART | 865 | default "debug/sti.S" if DEBUG_STI_UART |
871 | default "debug/tegra.S" if DEBUG_TEGRA_UART | 866 | default "debug/tegra.S" if DEBUG_TEGRA_UART |
872 | default "debug/u300.S" if DEBUG_U300_UART | ||
873 | default "debug/ux500.S" if DEBUG_UX500_UART | 867 | default "debug/ux500.S" if DEBUG_UX500_UART |
874 | default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ | 868 | default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT |
875 | DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 || \ | ||
876 | DEBUG_VEXPRESS_UART0_CRX | ||
877 | default "debug/vt8500.S" if DEBUG_VT8500_UART0 | 869 | default "debug/vt8500.S" if DEBUG_VT8500_UART0 |
878 | default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 | 870 | default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1 |
879 | default "mach/debug-macro.S" | 871 | default "mach/debug-macro.S" |