We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc53324 commit d0df04fCopy full SHA for d0df04f
arch/score/Kconfig
@@ -22,27 +22,21 @@ choice
22
config ARCH_SCORE7
23
bool "SCORE7 processor"
24
select SYS_SUPPORTS_32BIT_KERNEL
25
- select CPU_SCORE7
26
select GENERIC_HAS_IOMAP
27
28
config MACH_SPCT6600
29
bool "SPCT6600 series based machines"
30
31
32
33
34
config SCORE_SIM
35
bool "Score simulator"
36
37
38
39
endchoice
40
41
endmenu
42
43
-config CPU_SCORE7
44
- bool
45
-
46
config NO_DMA
47
bool
48
default y
0 commit comments