diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-31 03:38:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:39 -0400 |
commit | 99eb8a550dbccc0e1f6c7e866fe421810e0585f6 (patch) | |
tree | 130c6e3338a0655ba74355eba83afab9261e1ed0 /arch/arm26/Kconfig.debug | |
parent | 0d0ed42e5ca2e22465c591341839c18025748fe8 (diff) |
Remove the arm26 port
The arm26 port has been in a state where it was far from even compiling
for quite some time.
Ian Molton agreed with the removal.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Ian Molton <spyro@f2s.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm26/Kconfig.debug')
-rw-r--r-- | arch/arm26/Kconfig.debug | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/arch/arm26/Kconfig.debug b/arch/arm26/Kconfig.debug deleted file mode 100644 index 611fc86503fc..000000000000 --- a/arch/arm26/Kconfig.debug +++ /dev/null | |||
@@ -1,50 +0,0 @@ | |||
1 | menu "Kernel hacking" | ||
2 | |||
3 | source "lib/Kconfig.debug" | ||
4 | |||
5 | # RMK wants arm kernels compiled with frame pointers so hardwire this to y. | ||
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 ;). | ||
9 | config FRAME_POINTER | ||
10 | bool | ||
11 | default y | ||
12 | help | ||
13 | If you say N here, the resulting kernel will be slightly smaller and | ||
14 | faster. However, when a problem occurs with the kernel, the | ||
15 | information that is reported is severely limited. Most people | ||
16 | should say Y here. | ||
17 | |||
18 | config DEBUG_USER | ||
19 | bool "Verbose user fault messages" | ||
20 | help | ||
21 | When a user program crashes due to an exception, the kernel can | ||
22 | print a brief message explaining what the problem was. This is | ||
23 | sometimes helpful for debugging but serves no purpose on a | ||
24 | production system. Most people should say N here. | ||
25 | |||
26 | config DEBUG_WAITQ | ||
27 | bool "Wait queue debugging" | ||
28 | depends on DEBUG_KERNEL | ||
29 | |||
30 | config DEBUG_ERRORS | ||
31 | bool "Verbose kernel error messages" | ||
32 | depends on DEBUG_KERNEL | ||
33 | help | ||
34 | This option controls verbose debugging information which can be | ||
35 | printed when the kernel detects an internal error. This debugging | ||
36 | information is useful to kernel hackers when tracking down problems, | ||
37 | but mostly meaningless to other people. It's safe to say Y unless | ||
38 | you are concerned with the code size or don't want to see these | ||
39 | messages. | ||
40 | |||
41 | # These options are only for real kernel hackers who want to get their hands dirty. | ||
42 | config DEBUG_LL | ||
43 | bool "Kernel low-level debugging functions" | ||
44 | depends on DEBUG_KERNEL | ||
45 | help | ||
46 | Say Y here to include definitions of printascii, printchar, printhex | ||
47 | in the kernel. This is helpful if you are debugging code that | ||
48 | executes before the console is initialized. | ||
49 | |||
50 | endmenu | ||