aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2014-04-03 17:46:38 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-03 19:20:52 -0400
commitd0df04f7cc2b31ae1eb3b70f9333b9f91a963f9b (patch)
treeaf39b278577b6cd0b65e25c4203cdcdd23b2403b
parentdc53324060f324e8af6867f57bf4891c13c6ef18 (diff)
score: remove unused CPU_SCORE7 Kconfig parameter
This removes the CPU_SCORE7 Kconfig parameter, which is no longer used anywhere in the source code and Makefiles. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Cc: Chen Liqin <liqin.linux@gmail.com> Cc: Lennox Wu <lennox.wu@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--arch/score/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index c75d06aa27c3..4ac8cae5727c 100644
--- a/arch/score/Kconfig
+++ b/arch/score/Kconfig
@@ -22,27 +22,21 @@ choice
22config ARCH_SCORE7 22config ARCH_SCORE7
23 bool "SCORE7 processor" 23 bool "SCORE7 processor"
24 select SYS_SUPPORTS_32BIT_KERNEL 24 select SYS_SUPPORTS_32BIT_KERNEL
25 select CPU_SCORE7
26 select GENERIC_HAS_IOMAP 25 select GENERIC_HAS_IOMAP
27 26
28config MACH_SPCT6600 27config MACH_SPCT6600
29 bool "SPCT6600 series based machines" 28 bool "SPCT6600 series based machines"
30 select SYS_SUPPORTS_32BIT_KERNEL 29 select SYS_SUPPORTS_32BIT_KERNEL
31 select CPU_SCORE7
32 select GENERIC_HAS_IOMAP 30 select GENERIC_HAS_IOMAP
33 31
34config SCORE_SIM 32config SCORE_SIM
35 bool "Score simulator" 33 bool "Score simulator"
36 select SYS_SUPPORTS_32BIT_KERNEL 34 select SYS_SUPPORTS_32BIT_KERNEL
37 select CPU_SCORE7
38 select GENERIC_HAS_IOMAP 35 select GENERIC_HAS_IOMAP
39endchoice 36endchoice
40 37
41endmenu 38endmenu
42 39
43config CPU_SCORE7
44 bool
45
46config NO_DMA 40config NO_DMA
47 bool 41 bool
48 default y 42 default y