]> git.karo-electronics.de Git - mv-sheeva.git/blob - arch/score/Kconfig
lib: move GENERIC_IOMAP to lib/Kconfig
[mv-sheeva.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
9 choice
10         prompt "System type"
11         default MACH_SPCT6600
12
13 config ARCH_SCORE7
14         bool "SCORE7 processor"
15         select SYS_SUPPORTS_32BIT_KERNEL
16         select CPU_SCORE7
17         select GENERIC_HAS_IOMAP
18
19 config MACH_SPCT6600
20         bool "SPCT6600 series based machines"
21         select SYS_SUPPORTS_32BIT_KERNEL
22         select CPU_SCORE7
23         select GENERIC_HAS_IOMAP
24
25 config SCORE_SIM
26         bool "Score simulator"
27         select SYS_SUPPORTS_32BIT_KERNEL
28         select CPU_SCORE7
29         select GENERIC_HAS_IOMAP
30 endchoice
31
32 endmenu
33
34 config CPU_SCORE7
35         bool
36
37 config NO_DMA
38         bool
39         default y
40
41 config RWSEM_GENERIC_SPINLOCK
42         def_bool y
43
44 config GENERIC_HWEIGHT
45         def_bool y
46
47 config GENERIC_CALIBRATE_DELAY
48         def_bool y
49
50 config GENERIC_CLOCKEVENTS
51         def_bool y
52
53 menu "Kernel type"
54
55 config 32BIT
56         def_bool y
57
58 config ARCH_FLATMEM_ENABLE
59         def_bool y
60
61 config ARCH_POPULATES_NODE_MAP
62         def_bool y
63
64 source "mm/Kconfig"
65
66 config MEMORY_START
67         hex
68         default 0xa0000000
69
70 source "kernel/time/Kconfig"
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"