Skip to content

Commit d0df04f

Browse files
Michael Opdenackertorvalds
authored andcommitted
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 <[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]>
1 parent dc53324 commit d0df04f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/score/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,21 @@ choice
2222
config ARCH_SCORE7
2323
bool "SCORE7 processor"
2424
select SYS_SUPPORTS_32BIT_KERNEL
25-
select CPU_SCORE7
2625
select GENERIC_HAS_IOMAP
2726

2827
config MACH_SPCT6600
2928
bool "SPCT6600 series based machines"
3029
select SYS_SUPPORTS_32BIT_KERNEL
31-
select CPU_SCORE7
3230
select GENERIC_HAS_IOMAP
3331

3432
config SCORE_SIM
3533
bool "Score simulator"
3634
select SYS_SUPPORTS_32BIT_KERNEL
37-
select CPU_SCORE7
3835
select GENERIC_HAS_IOMAP
3936
endchoice
4037

4138
endmenu
4239

43-
config CPU_SCORE7
44-
bool
45-
4640
config NO_DMA
4741
bool
4842
default y

0 commit comments

Comments
 (0)