Kconfig.debug (c3faa9b7573bf8668869c0ef3075430dc9f053c6) Kconfig.debug (2facbc88733b34e1f992cde054c88b8e07607043)
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5config STRICT_DEVMEM
6 bool "Filter access to /dev/mem"
7 depends on MMU
8 ---help---

--- 816 unchanged lines hidden (view full) ---

825 depends on ARCH_TEGRA
826
827config DEBUG_STI_UART
828 bool
829 depends on ARCH_STI
830
831config DEBUG_LL_INCLUDE
832 string
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5config STRICT_DEVMEM
6 bool "Filter access to /dev/mem"
7 depends on MMU
8 ---help---

--- 816 unchanged lines hidden (view full) ---

825 depends on ARCH_TEGRA
826
827config DEBUG_STI_UART
828 bool
829 depends on ARCH_STI
830
831config DEBUG_LL_INCLUDE
832 string
833 default "debug/8250.S" if DEBUG_UART_8250
833 default "debug/bcm2835.S" if DEBUG_BCM2835
834 default "debug/cns3xxx.S" if DEBUG_CNS3XXX
835 default "debug/exynos.S" if DEBUG_EXYNOS_UART
836 default "debug/highbank.S" if DEBUG_HIGHBANK_UART
837 default "debug/icedcc.S" if DEBUG_ICEDCC
838 default "debug/imx.S" if DEBUG_IMX1_UART || \
839 DEBUG_IMX25_UART || \
840 DEBUG_IMX21_IMX27_UART || \
841 DEBUG_IMX31_UART || \
842 DEBUG_IMX35_UART || \
843 DEBUG_IMX51_UART || \
844 DEBUG_IMX53_UART ||\
845 DEBUG_IMX6Q_UART || \
846 DEBUG_IMX6SL_UART
847 default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \
848 DEBUG_KEYSTONE_UART1
834 default "debug/bcm2835.S" if DEBUG_BCM2835
835 default "debug/cns3xxx.S" if DEBUG_CNS3XXX
836 default "debug/exynos.S" if DEBUG_EXYNOS_UART
837 default "debug/highbank.S" if DEBUG_HIGHBANK_UART
838 default "debug/icedcc.S" if DEBUG_ICEDCC
839 default "debug/imx.S" if DEBUG_IMX1_UART || \
840 DEBUG_IMX25_UART || \
841 DEBUG_IMX21_IMX27_UART || \
842 DEBUG_IMX31_UART || \
843 DEBUG_IMX35_UART || \
844 DEBUG_IMX51_UART || \
845 DEBUG_IMX53_UART ||\
846 DEBUG_IMX6Q_UART || \
847 DEBUG_IMX6SL_UART
848 default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \
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
852 default "debug/nomadik.S" if DEBUG_NOMADIK_UART
850 default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART
851 default "debug/nomadik.S" if DEBUG_NOMADIK_UART
853 default "debug/nspire.S" if DEBUG_NSPIRE_CX_UART || \
854 DEBUG_NSPIRE_CLASSIC_UART
852 default "debug/nspire.S" if DEBUG_NSPIRE_CX_UART
855 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART
856 default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART
853 default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_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
861 default "debug/socfpga.S" if DEBUG_SOCFPGA_UART
862 default "debug/sti.S" if DEBUG_STI_UART
855 default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1
856 default "debug/socfpga.S" if DEBUG_SOCFPGA_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
865 default "debug/u300.S" if DEBUG_U300_UART
866 default "debug/ux500.S" if DEBUG_UX500_UART
867 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \
868 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 || \
869 DEBUG_VEXPRESS_UART0_CRX
870 default "debug/vt8500.S" if DEBUG_VT8500_UART0
871 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1

--- 132 unchanged lines hidden ---
858 default "debug/tegra.S" if DEBUG_TEGRA_UART
859 default "debug/u300.S" if DEBUG_U300_UART
860 default "debug/ux500.S" if DEBUG_UX500_UART
861 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \
862 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 || \
863 DEBUG_VEXPRESS_UART0_CRX
864 default "debug/vt8500.S" if DEBUG_VT8500_UART0
865 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1

--- 132 unchanged lines hidden ---