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>
This commit is contained in:
parent
dc53324060
commit
d0df04f7cc
1 changed files with 0 additions and 6 deletions
|
@ -22,27 +22,21 @@ choice
|
||||||
config ARCH_SCORE7
|
config ARCH_SCORE7
|
||||||
bool "SCORE7 processor"
|
bool "SCORE7 processor"
|
||||||
select SYS_SUPPORTS_32BIT_KERNEL
|
select SYS_SUPPORTS_32BIT_KERNEL
|
||||||
select CPU_SCORE7
|
|
||||||
select GENERIC_HAS_IOMAP
|
select GENERIC_HAS_IOMAP
|
||||||
|
|
||||||
config MACH_SPCT6600
|
config MACH_SPCT6600
|
||||||
bool "SPCT6600 series based machines"
|
bool "SPCT6600 series based machines"
|
||||||
select SYS_SUPPORTS_32BIT_KERNEL
|
select SYS_SUPPORTS_32BIT_KERNEL
|
||||||
select CPU_SCORE7
|
|
||||||
select GENERIC_HAS_IOMAP
|
select GENERIC_HAS_IOMAP
|
||||||
|
|
||||||
config SCORE_SIM
|
config SCORE_SIM
|
||||||
bool "Score simulator"
|
bool "Score simulator"
|
||||||
select SYS_SUPPORTS_32BIT_KERNEL
|
select SYS_SUPPORTS_32BIT_KERNEL
|
||||||
select CPU_SCORE7
|
|
||||||
select GENERIC_HAS_IOMAP
|
select GENERIC_HAS_IOMAP
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
config CPU_SCORE7
|
|
||||||
bool
|
|
||||||
|
|
||||||
config NO_DMA
|
config NO_DMA
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
Loading…
Add table
Reference in a new issue