Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfs
[deliverable/linux.git] / arch / score / Kconfig
1 menu "Machine selection"
2
3 config SCORE
4 def_bool y
5 select GENERIC_IRQ_SHOW
6 select GENERIC_IOMAP
7 select GENERIC_ATOMIC64
8 select HAVE_MEMBLOCK
9 select HAVE_MEMBLOCK_NODE_MAP
10 select ARCH_DISCARD_MEMBLOCK
11 select GENERIC_CPU_DEVICES
12 select GENERIC_CLOCKEVENTS
13 select HAVE_MOD_ARCH_SPECIFIC
14 select VIRT_TO_BUS
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 source "kernel/Kconfig.freezer"
90
91 config MMU
92 def_bool y
93
94 menu "Executable file formats"
95
96 source "fs/Kconfig.binfmt"
97
98 endmenu
99
100 source "net/Kconfig"
101
102 source "drivers/Kconfig"
103
104 source "fs/Kconfig"
105
106 source "arch/score/Kconfig.debug"
107
108 source "security/Kconfig"
109
110 source "crypto/Kconfig"
111
112 source "lib/Kconfig"
113
114 config NO_IOMEM
115 def_bool y
This page took 0.07867 seconds and 5 git commands to generate.