public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] score: remove unused CPU_SCORE7 Kconfig parameter
@ 2013-11-04  9:58 Michael Opdenacker
  2013-11-04 14:52 ` Lennox Wu
  2013-12-09  5:33 ` [PATCH][RESEND] " Michael Opdenacker
  0 siblings, 2 replies; 11+ messages in thread
From: Michael Opdenacker @ 2013-11-04  9:58 UTC (permalink / raw)
  To: liqin.linux, lennox.wu; +Cc: linux-kernel, Michael Opdenacker

This removes the CPU_SCORE7 Kconfig parameter,
which was no longer used anywhere in the source code
and Makefiles.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/score/Kconfig | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index 305f7ee1f382..2bc03d04f3af 100644
--- a/arch/score/Kconfig
+++ b/arch/score/Kconfig
@@ -23,27 +23,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
-- 
1.8.1.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-03-10  8:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04  9:58 [PATCH] score: remove unused CPU_SCORE7 Kconfig parameter Michael Opdenacker
2013-11-04 14:52 ` Lennox Wu
2013-11-04 15:03   ` Michael Opdenacker
2013-12-09  5:33 ` [PATCH][RESEND] " Michael Opdenacker
2014-03-08  5:26   ` [PATCH] [RESEND] " Michael Opdenacker
2014-03-08  6:34     ` Lennox Wu
2014-03-08 20:00       ` Paul Bolle
2014-03-08 20:27         ` Lennox Wu
2014-03-08 21:02           ` Paul Bolle
2014-03-09  5:33             ` Lennox Wu
2014-03-10  8:45       ` Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox