diff options
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 0e5343902363..5b6a40dd5556 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig | |||
@@ -22,6 +22,9 @@ config TILE | |||
22 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 22 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
23 | select GENERIC_CLOCKEVENTS | 23 | select GENERIC_CLOCKEVENTS |
24 | select MODULES_USE_ELF_RELA | 24 | select MODULES_USE_ELF_RELA |
25 | select HAVE_ARCH_TRACEHOOK | ||
26 | select HAVE_SYSCALL_TRACEPOINTS | ||
27 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | ||
25 | 28 | ||
26 | # FIXME: investigate whether we need/want these options. | 29 | # FIXME: investigate whether we need/want these options. |
27 | # select HAVE_IOREMAP_PROT | 30 | # select HAVE_IOREMAP_PROT |
@@ -40,9 +43,6 @@ config MMU | |||
40 | config GENERIC_CSUM | 43 | config GENERIC_CSUM |
41 | def_bool y | 44 | def_bool y |
42 | 45 | ||
43 | config SEMAPHORE_SLEEPERS | ||
44 | def_bool y | ||
45 | |||
46 | config HAVE_ARCH_ALLOC_REMAP | 46 | config HAVE_ARCH_ALLOC_REMAP |
47 | def_bool y | 47 | def_bool y |
48 | 48 | ||
@@ -67,12 +67,6 @@ config HUGETLB_SUPER_PAGES | |||
67 | config RWSEM_GENERIC_SPINLOCK | 67 | config RWSEM_GENERIC_SPINLOCK |
68 | def_bool y | 68 | def_bool y |
69 | 69 | ||
70 | # We have a very flat architecture from a migration point of view, | ||
71 | # so save boot time by presetting this (particularly useful on tile-sim). | ||
72 | config DEFAULT_MIGRATION_COST | ||
73 | int | ||
74 | default "10000000" | ||
75 | |||
76 | # We only support gcc 4.4 and above, so this should work. | 70 | # We only support gcc 4.4 and above, so this should work. |
77 | config ARCH_SUPPORTS_OPTIMIZED_INLINING | 71 | config ARCH_SUPPORTS_OPTIMIZED_INLINING |
78 | def_bool y | 72 | def_bool y |
@@ -413,11 +407,6 @@ endmenu | |||
413 | 407 | ||
414 | menu "Executable file formats" | 408 | menu "Executable file formats" |
415 | 409 | ||
416 | # only elf supported | ||
417 | config KCORE_ELF | ||
418 | def_bool y | ||
419 | depends on PROC_FS | ||
420 | |||
421 | source "fs/Kconfig.binfmt" | 410 | source "fs/Kconfig.binfmt" |
422 | 411 | ||
423 | endmenu | 412 | endmenu |