FreeBSD/Linux Kernel Cross Reference
sys/arch/score/Kconfig
1 menu "Machine selection"
2
3 config SCORE
4 def_bool y
5 select HAVE_GENERIC_HARDIRQS
6 select GENERIC_IRQ_SHOW
7 select GENERIC_IOMAP
8 select GENERIC_ATOMIC64
9 select HAVE_MEMBLOCK
10 select HAVE_MEMBLOCK_NODE_MAP
11 select ARCH_DISCARD_MEMBLOCK
12 select GENERIC_CPU_DEVICES
13 select GENERIC_CLOCKEVENTS
14 select HAVE_MOD_ARCH_SPECIFIC
15 select MODULES_USE_ELF_REL
16 select CLONE_BACKWARDS
17
18 choice
19 prompt "System type"
20 default MACH_SPCT6600
21
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 select SYS_SUPPORTS_32BIT_KERNEL
31 select CPU_SCORE7
32 select GENERIC_HAS_IOMAP
33
34 config SCORE_SIM
35 bool "Score simulator"
36 select SYS_SUPPORTS_32BIT_KERNEL
37 select CPU_SCORE7
38 select GENERIC_HAS_IOMAP
39 endchoice
40
41 endmenu
42
43 config CPU_SCORE7
44 bool
45
46 config NO_DMA
47 bool
48 default y
49
50 config RWSEM_GENERIC_SPINLOCK
51 def_bool y
52
53 config GENERIC_HWEIGHT
54 def_bool y
55
56 config GENERIC_CALIBRATE_DELAY
57 def_bool y
58
59 menu "Kernel type"
60
61 config 32BIT
62 def_bool y
63
64 config ARCH_FLATMEM_ENABLE
65 def_bool y
66
67 source "mm/Kconfig"
68
69 config MEMORY_START
70 hex
71 default 0xa0000000
72
73 source "kernel/Kconfig.hz"
74 source "kernel/Kconfig.preempt"
75
76 endmenu
77
78 config RWSEM_GENERIC_SPINLOCK
79 def_bool y
80
81 config LOCKDEP_SUPPORT
82 def_bool y
83
84 config STACKTRACE_SUPPORT
85 def_bool y
86
87 source "init/Kconfig"
88
89 config MMU
90 def_bool y
91
92 menu "Executable file formats"
93
94 source "fs/Kconfig.binfmt"
95
96 endmenu
97
98 source "net/Kconfig"
99
100 source "drivers/Kconfig"
101
102 source "fs/Kconfig"
103
104 source "arch/score/Kconfig.debug"
105
106 source "security/Kconfig"
107
108 source "crypto/Kconfig"
109
110 source "lib/Kconfig"
Cache object: bc56febe02a1089b8ec9bf3fd7435bf0
|