diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 07:40:12 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 18:39:51 -0400 |
commit | fd694a1ead63e0818d96ed3c94d91e9796d6390f (patch) | |
tree | fa8603486d73862604019a2cfcdba67d995313f4 /arch/score | |
parent | 79fd468200dfc68d8996e94f4f3d5eac832a652b (diff) |
score: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig index 288add8d168f..df169e84db4e 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig | |||
@@ -52,16 +52,6 @@ config GENERIC_CALIBRATE_DELAY | |||
52 | config GENERIC_CLOCKEVENTS | 52 | config GENERIC_CLOCKEVENTS |
53 | def_bool y | 53 | def_bool y |
54 | 54 | ||
55 | config SCHED_NO_NO_OMIT_FRAME_POINTER | ||
56 | def_bool y | ||
57 | |||
58 | config GENERIC_SYSCALL_TABLE | ||
59 | def_bool y | ||
60 | |||
61 | config SCORE_L1_CACHE_SHIFT | ||
62 | int | ||
63 | default "4" | ||
64 | |||
65 | menu "Kernel type" | 55 | menu "Kernel type" |
66 | 56 | ||
67 | config 32BIT | 57 | config 32BIT |
@@ -96,15 +86,6 @@ config STACKTRACE_SUPPORT | |||
96 | 86 | ||
97 | source "init/Kconfig" | 87 | source "init/Kconfig" |
98 | 88 | ||
99 | config PROBE_INITRD_HEADER | ||
100 | bool "Probe initrd header created by addinitrd" | ||
101 | depends on BLK_DEV_INITRD | ||
102 | help | ||
103 | Probe initrd header at the last page of kernel image. | ||
104 | Say Y here if you are using arch/score/boot/addinitrd.c to | ||
105 | add initrd or initramfs image to the kernel image. | ||
106 | Otherwise, say N. | ||
107 | |||
108 | config MMU | 89 | config MMU |
109 | def_bool y | 90 | def_bool y |
110 | 91 | ||