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