Kconfig.debug (09fa31a322c8f03871a741cd1d26e5ca04aacbbd) Kconfig.debug (220e6cf7b793d702596506a8c4bf1f4fd4040df1)
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---

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

123
124 config DEBUG_CLPS711X_UART2
125 bool "Kernel low-level debugging messages via UART2"
126 depends on ARCH_CLPS711X
127 help
128 Say Y here if you want the debug print routines to direct
129 their output to the second serial port on these devices.
130
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---

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

123
124 config DEBUG_CLPS711X_UART2
125 bool "Kernel low-level debugging messages via UART2"
126 depends on ARCH_CLPS711X
127 help
128 Say Y here if you want the debug print routines to direct
129 their output to the second serial port on these devices.
130
131 config DEBUG_HIGHBANK_UART
132 bool "Kernel low-level debugging messages via Highbank UART"
133 depends on ARCH_HIGHBANK
134 help
135 Say Y here if you want the debug print routines to direct
136 their output to the UART on Highbank based devices.
137
131endchoice
132
133config EARLY_PRINTK
134 bool "Early printk"
135 depends on DEBUG_LL
136 help
137 Say Y here if you want to have an early console using the
138 kernel low-level debugging functions. Add earlyprintk to your

--- 29 unchanged lines hidden ---
138endchoice
139
140config EARLY_PRINTK
141 bool "Early printk"
142 depends on DEBUG_LL
143 help
144 Say Y here if you want to have an early console using the
145 kernel low-level debugging functions. Add earlyprintk to your

--- 29 unchanged lines hidden ---