Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd
[deliverable/linux.git] / arch / score / Kconfig
CommitLineData
6bc9a396
CL
1menu "Machine selection"
2
2fc361bf
TG
3config SCORE
4 def_bool y
324808c2 5 select GENERIC_IRQ_SHOW
4673ca8e 6 select GENERIC_IOMAP
0d118d7f 7 select GENERIC_ATOMIC64
a2bf79e7
TH
8 select HAVE_MEMBLOCK
9 select HAVE_MEMBLOCK_NODE_MAP
10 select ARCH_DISCARD_MEMBLOCK
9f13a1fd 11 select GENERIC_CPU_DEVICES
43229d1e 12 select GENERIC_CLOCKEVENTS
786d35d4 13 select HAVE_MOD_ARCH_SPECIFIC
4febd95a 14 select VIRT_TO_BUS
786d35d4 15 select MODULES_USE_ELF_REL
eda96977 16 select CLONE_BACKWARDS
2fc361bf 17
6bc9a396
CL
18choice
19 prompt "System type"
20 default MACH_SPCT6600
21
22config ARCH_SCORE7
23 bool "SCORE7 processor"
24 select SYS_SUPPORTS_32BIT_KERNEL
6bc9a396
CL
25 select GENERIC_HAS_IOMAP
26
27config MACH_SPCT6600
28 bool "SPCT6600 series based machines"
29 select SYS_SUPPORTS_32BIT_KERNEL
6bc9a396
CL
30 select GENERIC_HAS_IOMAP
31
32config SCORE_SIM
33 bool "Score simulator"
34 select SYS_SUPPORTS_32BIT_KERNEL
6bc9a396
CL
35 select GENERIC_HAS_IOMAP
36endchoice
37
38endmenu
39
6bc9a396
CL
40config NO_DMA
41 bool
42 default y
43
44config RWSEM_GENERIC_SPINLOCK
45 def_bool y
46
6bc9a396
CL
47config GENERIC_HWEIGHT
48 def_bool y
49
50config GENERIC_CALIBRATE_DELAY
51 def_bool y
52
6bc9a396
CL
53menu "Kernel type"
54
55config 32BIT
56 def_bool y
57
6bc9a396
CL
58config ARCH_FLATMEM_ENABLE
59 def_bool y
60
6bc9a396
CL
61source "mm/Kconfig"
62
63config MEMORY_START
64 hex
65 default 0xa0000000
66
6bc9a396
CL
67source "kernel/Kconfig.hz"
68source "kernel/Kconfig.preempt"
69
70endmenu
71
72config RWSEM_GENERIC_SPINLOCK
73 def_bool y
74
75config LOCKDEP_SUPPORT
76 def_bool y
77
78config STACKTRACE_SUPPORT
79 def_bool y
80
81source "init/Kconfig"
82
57a1a197
CG
83source "kernel/Kconfig.freezer"
84
6bc9a396
CL
85config MMU
86 def_bool y
87
88menu "Executable file formats"
89
90source "fs/Kconfig.binfmt"
91
92endmenu
93
94source "net/Kconfig"
95
96source "drivers/Kconfig"
97
98source "fs/Kconfig"
99
100source "arch/score/Kconfig.debug"
101
102source "security/Kconfig"
103
104source "crypto/Kconfig"
105
106source "lib/Kconfig"
5fbbf8a1
LW
107
108config NO_IOMEM
109 def_bool y
This page took 0.368721 seconds and 5 git commands to generate.