diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-02-25 08:54:19 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-26 03:55:22 -0500 |
commit | 7e0d306c372bf70ff19eb476bc7f7635abe816ea (patch) | |
tree | addd95d753b7f54219c36840e4088675050ab478 /arch/arc | |
parent | eab6a08c082b82dff884eb49a2229b0474d0b7e5 (diff) |
ARC: Kconfig cleanup tracking cross-arch Kconfig pruning in merge window
Since ARC port was not yet upstream, we missed a bunch of cross-arch
Kconfig removals:
* GENERIC_SIGALTSTACK: d64008a8f3 "burying unused conditionals"
* HAVE_IRQ_WORK: 6147a9d807 "irq_work: Remove CONFIG_HAVE_IRQ_WORK"
* ARCH_NO_VIRT_TO_BUS: e0cf2ef484 "arch Kconfig: centralise
CONFIG_ARCH_NO_VIRT_TO_BUS"
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 4fef29f56b52..e6f4eca09ee3 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig | |||
@@ -19,13 +19,11 @@ config ARC | |||
19 | select GENERIC_KERNEL_EXECVE | 19 | select GENERIC_KERNEL_EXECVE |
20 | select GENERIC_KERNEL_THREAD | 20 | select GENERIC_KERNEL_THREAD |
21 | select GENERIC_PENDING_IRQ if SMP | 21 | select GENERIC_PENDING_IRQ if SMP |
22 | select GENERIC_SIGALTSTACK | ||
23 | select GENERIC_SMP_IDLE_THREAD | 22 | select GENERIC_SMP_IDLE_THREAD |
24 | select HAVE_ARCH_KGDB | 23 | select HAVE_ARCH_KGDB |
25 | select HAVE_ARCH_TRACEHOOK | 24 | select HAVE_ARCH_TRACEHOOK |
26 | select HAVE_GENERIC_HARDIRQS | 25 | select HAVE_GENERIC_HARDIRQS |
27 | select HAVE_IOREMAP_PROT | 26 | select HAVE_IOREMAP_PROT |
28 | select HAVE_IRQ_WORK | ||
29 | select HAVE_KPROBES | 27 | select HAVE_KPROBES |
30 | select HAVE_KRETPROBES | 28 | select HAVE_KRETPROBES |
31 | select HAVE_MEMBLOCK | 29 | select HAVE_MEMBLOCK |
@@ -76,9 +74,6 @@ config HAVE_LATENCYTOP_SUPPORT | |||
76 | config NO_DMA | 74 | config NO_DMA |
77 | def_bool n | 75 | def_bool n |
78 | 76 | ||
79 | config ARCH_NO_VIRT_TO_BUS | ||
80 | def_bool y | ||
81 | |||
82 | source "init/Kconfig" | 77 | source "init/Kconfig" |
83 | source "kernel/Kconfig.freezer" | 78 | source "kernel/Kconfig.freezer" |
84 | 79 | ||