diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2014-04-03 14:46:38 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-03 16:20:52 -0700 |
commit | d0df04f7cc2b31ae1eb3b70f9333b9f91a963f9b (patch) | |
tree | af39b278577b6cd0b65e25c4203cdcdd23b2403b /arch/score | |
parent | dc53324060f324e8af6867f57bf4891c13c6ef18 (diff) | |
download | op-kernel-dev-d0df04f7cc2b31ae1eb3b70f9333b9f91a963f9b.zip op-kernel-dev-d0df04f7cc2b31ae1eb3b70f9333b9f91a963f9b.tar.gz |
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>
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig index c75d06a..4ac8cae 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig @@ -22,27 +22,21 @@ choice config ARCH_SCORE7 bool "SCORE7 processor" select SYS_SUPPORTS_32BIT_KERNEL - select CPU_SCORE7 select GENERIC_HAS_IOMAP config MACH_SPCT6600 bool "SPCT6600 series based machines" select SYS_SUPPORTS_32BIT_KERNEL - select CPU_SCORE7 select GENERIC_HAS_IOMAP config SCORE_SIM bool "Score simulator" select SYS_SUPPORTS_32BIT_KERNEL - select CPU_SCORE7 select GENERIC_HAS_IOMAP endchoice endmenu -config CPU_SCORE7 - bool - config NO_DMA bool default y |