ext4: simplify list handling in ext4_do_flush_completed_IO()
[linux-2.6/btrfs-unstable.git] / arch / score / Kconfig
blob3b1482e7afacd37969f338158468bc95bb2dc8d6
1 menu "Machine selection"
3 config SCORE
4        def_bool y
5        select HAVE_GENERIC_HARDIRQS
6        select GENERIC_IRQ_SHOW
7        select GENERIC_IOMAP
8        select GENERIC_ATOMIC64
9        select HAVE_MEMBLOCK
10        select HAVE_MEMBLOCK_NODE_MAP
11        select ARCH_DISCARD_MEMBLOCK
12        select GENERIC_CPU_DEVICES
13        select GENERIC_CLOCKEVENTS
14        select HAVE_MOD_ARCH_SPECIFIC
15         select MODULES_USE_ELF_REL
16         select CLONE_BACKWARDS
18 choice
19         prompt "System type"
20         default MACH_SPCT6600
22 config ARCH_SCORE7
23         bool "SCORE7 processor"
24         select SYS_SUPPORTS_32BIT_KERNEL
25         select CPU_SCORE7
26         select GENERIC_HAS_IOMAP
28 config MACH_SPCT6600
29         bool "SPCT6600 series based machines"
30         select SYS_SUPPORTS_32BIT_KERNEL
31         select CPU_SCORE7
32         select GENERIC_HAS_IOMAP
34 config SCORE_SIM
35         bool "Score simulator"
36         select SYS_SUPPORTS_32BIT_KERNEL
37         select CPU_SCORE7
38         select GENERIC_HAS_IOMAP
39 endchoice
41 endmenu
43 config CPU_SCORE7
44         bool
46 config NO_DMA
47         bool
48         default y
50 config RWSEM_GENERIC_SPINLOCK
51         def_bool y
53 config GENERIC_HWEIGHT
54         def_bool y
56 config GENERIC_CALIBRATE_DELAY
57         def_bool y
59 menu "Kernel type"
61 config 32BIT
62         def_bool y
64 config ARCH_FLATMEM_ENABLE
65         def_bool y
67 source "mm/Kconfig"
69 config MEMORY_START
70         hex
71         default 0xa0000000
73 source "kernel/Kconfig.hz"
74 source "kernel/Kconfig.preempt"
76 endmenu
78 config RWSEM_GENERIC_SPINLOCK
79         def_bool y
81 config LOCKDEP_SUPPORT
82         def_bool y
84 config STACKTRACE_SUPPORT
85         def_bool y
87 source "init/Kconfig"
89 config MMU
90         def_bool y
92 menu "Executable file formats"
94 source "fs/Kconfig.binfmt"
96 endmenu
98 source "net/Kconfig"
100 source "drivers/Kconfig"
102 source "fs/Kconfig"
104 source "arch/score/Kconfig.debug"
106 source "security/Kconfig"
108 source "crypto/Kconfig"
110 source "lib/Kconfig"