Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / 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
8 choice
9 prompt "System type"
10 default MACH_SPCT6600
11
12 config ARCH_SCORE7
13 bool "SCORE7 processor"
14 select SYS_SUPPORTS_32BIT_KERNEL
15 select CPU_SCORE7
16 select GENERIC_HAS_IOMAP
17
18 config MACH_SPCT6600
19 bool "SPCT6600 series based machines"
20 select SYS_SUPPORTS_32BIT_KERNEL
21 select CPU_SCORE7
22 select GENERIC_HAS_IOMAP
23
24 config SCORE_SIM
25 bool "Score simulator"
26 select SYS_SUPPORTS_32BIT_KERNEL
27 select CPU_SCORE7
28 select GENERIC_HAS_IOMAP
29 endchoice
30
31 endmenu
32
33 config CPU_SCORE7
34 bool
35
36 config GENERIC_IOMAP
37 def_bool y
38
39 config NO_DMA
40 bool
41 default y
42
43 config RWSEM_GENERIC_SPINLOCK
44 def_bool y
45
46 config GENERIC_HWEIGHT
47 def_bool y
48
49 config GENERIC_CALIBRATE_DELAY
50 def_bool y
51
52 config GENERIC_CLOCKEVENTS
53 def_bool y
54
55 menu "Kernel type"
56
57 config 32BIT
58 def_bool y
59
60 config ARCH_FLATMEM_ENABLE
61 def_bool y
62
63 config ARCH_POPULATES_NODE_MAP
64 def_bool y
65
66 source "mm/Kconfig"
67
68 config MEMORY_START
69 hex
70 default 0xa0000000
71
72 source "kernel/time/Kconfig"
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"
This page took 0.032669 seconds and 5 git commands to generate.