Make most arch asm/module.h files use asm-generic/module.h
[deliverable/linux.git] / arch / score / Kconfig
CommitLineData
6bc9a396
CL
1menu "Machine selection"
2
2fc361bf
TG
3config SCORE
4 def_bool y
5 select HAVE_GENERIC_HARDIRQS
324808c2 6 select GENERIC_IRQ_SHOW
4673ca8e 7 select GENERIC_IOMAP
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
DH
13 select HAVE_MOD_ARCH_SPECIFIC
14 select MODULES_USE_ELF_REL
2fc361bf 15
6bc9a396
CL
16choice
17 prompt "System type"
18 default MACH_SPCT6600
19
20config ARCH_SCORE7
21 bool "SCORE7 processor"
22 select SYS_SUPPORTS_32BIT_KERNEL
23 select CPU_SCORE7
24 select GENERIC_HAS_IOMAP
25
26config MACH_SPCT6600
27 bool "SPCT6600 series based machines"
28 select SYS_SUPPORTS_32BIT_KERNEL
29 select CPU_SCORE7
30 select GENERIC_HAS_IOMAP
31
32config SCORE_SIM
33 bool "Score simulator"
34 select SYS_SUPPORTS_32BIT_KERNEL
35 select CPU_SCORE7
36 select GENERIC_HAS_IOMAP
37endchoice
38
39endmenu
40
41config CPU_SCORE7
42 bool
43
6bc9a396
CL
44config NO_DMA
45 bool
46 default y
47
48config RWSEM_GENERIC_SPINLOCK
49 def_bool y
50
6bc9a396
CL
51config GENERIC_HWEIGHT
52 def_bool y
53
54config GENERIC_CALIBRATE_DELAY
55 def_bool y
56
6bc9a396
CL
57menu "Kernel type"
58
59config 32BIT
60 def_bool y
61
6bc9a396
CL
62config ARCH_FLATMEM_ENABLE
63 def_bool y
64
6bc9a396
CL
65source "mm/Kconfig"
66
67config MEMORY_START
68 hex
69 default 0xa0000000
70
6bc9a396
CL
71source "kernel/Kconfig.hz"
72source "kernel/Kconfig.preempt"
73
74endmenu
75
76config RWSEM_GENERIC_SPINLOCK
77 def_bool y
78
79config LOCKDEP_SUPPORT
80 def_bool y
81
82config STACKTRACE_SUPPORT
83 def_bool y
84
85source "init/Kconfig"
86
6bc9a396
CL
87config MMU
88 def_bool y
89
90menu "Executable file formats"
91
92source "fs/Kconfig.binfmt"
93
94endmenu
95
96source "net/Kconfig"
97
98source "drivers/Kconfig"
99
100source "fs/Kconfig"
101
102source "arch/score/Kconfig.debug"
103
104source "security/Kconfig"
105
106source "crypto/Kconfig"
107
108source "lib/Kconfig"
This page took 0.146831 seconds and 5 git commands to generate.