Kconfig.debug (84abd88a70090cf00f9e45c3a81680874f17626e) Kconfig.debug (89f1fa080b5dca259c9779bcf81b95a409fdbf5b)
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5# RMK wants arm kernels compiled with frame pointers or stack unwinding.
6# If you know what you are doing and are willing to live without stack
7# traces, you can get a slightly smaller kernel by setting this option to
8# n, but then RMK will have to kill you ;).

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

112 bool "Kernel low-level debugging messages via UART2"
113 depends on DEBUG_LL && ARCH_CLPS711X
114 help
115 Say Y here if you want the debug print routines to direct their
116 output to the second serial port on these devices. Saying N will
117 cause the debug messages to appear on the first serial port.
118
119config DEBUG_S3C_UART
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5# RMK wants arm kernels compiled with frame pointers or stack unwinding.
6# If you know what you are doing and are willing to live without stack
7# traces, you can get a slightly smaller kernel by setting this option to
8# n, but then RMK will have to kill you ;).

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

112 bool "Kernel low-level debugging messages via UART2"
113 depends on DEBUG_LL && ARCH_CLPS711X
114 help
115 Say Y here if you want the debug print routines to direct their
116 output to the second serial port on these devices. Saying N will
117 cause the debug messages to appear on the first serial port.
118
119config DEBUG_S3C_UART
120 depends on PLAT_S3C
120 depends on PLAT_SAMSUNG
121 int "S3C UART to use for low-level debug"
122 default "0"
123 help
124 Choice for UART for kernel low-level using S3C UARTS,
125 should be between zero and two. The port must have been
126 initialised by the boot-loader before use.
127
128 The uncompressor code port configuration is now handled
129 by CONFIG_S3C_LOWLEVEL_UART_PORT.
130
131endmenu
121 int "S3C UART to use for low-level debug"
122 default "0"
123 help
124 Choice for UART for kernel low-level using S3C UARTS,
125 should be between zero and two. The port must have been
126 initialised by the boot-loader before use.
127
128 The uncompressor code port configuration is now handled
129 by CONFIG_S3C_LOWLEVEL_UART_PORT.
130
131endmenu