score: remove unused CPU_SCORE7 Kconfig parameter
authorMichael Opdenacker <[email protected]>
Thu, 3 Apr 2014 21:46:38 +0000 (14:46 -0700)
committerLinus Torvalds <[email protected]>
Thu, 3 Apr 2014 23:20:52 +0000 (16:20 -0700)
This removes the CPU_SCORE7 Kconfig parameter, which is no longer used
anywhere in the source code and Makefiles.

Signed-off-by: Michael Opdenacker <[email protected]>
Cc: Chen Liqin <[email protected]>
Cc: Lennox Wu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/score/Kconfig

index c75d06aa27c30eb4f7324fd43daed54f49a0c06e..4ac8cae5727cf51a2e36750f9d4903a1b4b5af8c 100644 (file)
@@ -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