Kconfig.debug (615967b00fecc9e636dc59bf1ee322274f7dd041) Kconfig.debug (3b4af9bc24472a9411837ad0794312028df1fbd9)
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---

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

596 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1
597 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \
598 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1
599 default "debug/vt8500.S" if DEBUG_VT8500_UART0
600 default "debug/tegra.S" if DEBUG_TEGRA_UART
601 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1
602 default "mach/debug-macro.S"
603
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---

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

596 default "debug/sunxi.S" if DEBUG_SUNXI_UART0 || DEBUG_SUNXI_UART1
597 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \
598 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1
599 default "debug/vt8500.S" if DEBUG_VT8500_UART0
600 default "debug/tegra.S" if DEBUG_TEGRA_UART
601 default "debug/zynq.S" if DEBUG_ZYNQ_UART0 || DEBUG_ZYNQ_UART1
602 default "mach/debug-macro.S"
603
604config DEBUG_UNCOMPRESS
605 bool
606 default y if ARCH_MULTIPLATFORM && DEBUG_LL && \
607 !DEBUG_OMAP2PLUS_UART && \
608 !DEBUG_TEGRA_UART
609
604config UNCOMPRESS_INCLUDE
605 string
606 default "debug/uncompress.h" if ARCH_MULTIPLATFORM
607 default "mach/uncompress.h"
608
609config EARLY_PRINTK
610 bool "Early printk"
611 depends on DEBUG_LL

--- 29 unchanged lines hidden ---
610config UNCOMPRESS_INCLUDE
611 string
612 default "debug/uncompress.h" if ARCH_MULTIPLATFORM
613 default "mach/uncompress.h"
614
615config EARLY_PRINTK
616 bool "Early printk"
617 depends on DEBUG_LL

--- 29 unchanged lines hidden ---