diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 07:41:31 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 18:39:52 -0400 |
commit | 1d5b088114c81d2bc1beb63e1652e305389228c8 (patch) | |
tree | 61a91c350db8b3dc28d8d7f5854cafea6776bdfd /arch/mips/Kconfig | |
parent | 1e65eb83a2c249a84e83828b36a9a78b364e5877 (diff) |
mips: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 177cdaf83564..2ecf4326c19c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -820,10 +820,6 @@ config ARCH_HAS_ILOG2_U64 | |||
820 | bool | 820 | bool |
821 | default n | 821 | default n |
822 | 822 | ||
823 | config ARCH_SUPPORTS_OPROFILE | ||
824 | bool | ||
825 | default y if !MIPS_MT_SMTC | ||
826 | |||
827 | config GENERIC_HWEIGHT | 823 | config GENERIC_HWEIGHT |
828 | bool | 824 | bool |
829 | default y | 825 | default y |
@@ -2252,16 +2248,6 @@ config HZ | |||
2252 | 2248 | ||
2253 | source "kernel/Kconfig.preempt" | 2249 | source "kernel/Kconfig.preempt" |
2254 | 2250 | ||
2255 | config MIPS_INSANE_LARGE | ||
2256 | bool "Support for large 64-bit configurations" | ||
2257 | depends on CPU_R10000 && 64BIT | ||
2258 | help | ||
2259 | MIPS R10000 does support a 44 bit / 16TB address space as opposed to | ||
2260 | previous 64-bit processors which only supported 40 bit / 1TB. If you | ||
2261 | need processes of more than 1TB virtual address space, say Y here. | ||
2262 | This will result in additional memory usage, so it is not | ||
2263 | recommended for normal users. | ||
2264 | |||
2265 | config KEXEC | 2251 | config KEXEC |
2266 | bool "Kexec system call (EXPERIMENTAL)" | 2252 | bool "Kexec system call (EXPERIMENTAL)" |
2267 | depends on EXPERIMENTAL | 2253 | depends on EXPERIMENTAL |