[SCSI] libfc: remove redundant timer init for fcp
[sfrench/cifs-2.6.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 HAVE_MEMBLOCK
8        select HAVE_MEMBLOCK_NODE_MAP
9        select ARCH_DISCARD_MEMBLOCK
10
11 choice
12         prompt "System type"
13         default MACH_SPCT6600
14
15 config ARCH_SCORE7
16         bool "SCORE7 processor"
17         select SYS_SUPPORTS_32BIT_KERNEL
18         select CPU_SCORE7
19         select GENERIC_HAS_IOMAP
20
21 config MACH_SPCT6600
22         bool "SPCT6600 series based machines"
23         select SYS_SUPPORTS_32BIT_KERNEL
24         select CPU_SCORE7
25         select GENERIC_HAS_IOMAP
26
27 config SCORE_SIM
28         bool "Score simulator"
29         select SYS_SUPPORTS_32BIT_KERNEL
30         select CPU_SCORE7
31         select GENERIC_HAS_IOMAP
32 endchoice
33
34 endmenu
35
36 config CPU_SCORE7
37         bool
38
39 config GENERIC_IOMAP
40         def_bool y
41
42 config NO_DMA
43         bool
44         default y
45
46 config RWSEM_GENERIC_SPINLOCK
47         def_bool y
48
49 config GENERIC_HWEIGHT
50         def_bool y
51
52 config GENERIC_CALIBRATE_DELAY
53         def_bool y
54
55 config GENERIC_CLOCKEVENTS
56         def_bool y
57
58 menu "Kernel type"
59
60 config 32BIT
61         def_bool y
62
63 config ARCH_FLATMEM_ENABLE
64         def_bool y
65
66 source "mm/Kconfig"
67
68 config MEMORY_START
69         hex
70         default 0xa0000000
71
72 source "kernel/time/Kconfig"
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 config MMU
90         def_bool y
91
92 menu "Executable file formats"
93
94 source "fs/Kconfig.binfmt"
95
96 endmenu
97
98 source "net/Kconfig"
99
100 source "drivers/Kconfig"
101
102 source "fs/Kconfig"
103
104 source "arch/score/Kconfig.debug"
105
106 source "security/Kconfig"
107
108 source "crypto/Kconfig"
109
110 source "lib/Kconfig"