Merge branch 'akpm' (incoming from Andrew)
[linux-2.6/btrfs-unstable.git] / arch / score / Kconfig
blob4ac8cae5727cf51a2e36750f9d4903a1b4b5af8c
1 menu "Machine selection"
3 config SCORE
4        def_bool y
5        select GENERIC_IRQ_SHOW
6        select GENERIC_IOMAP
7        select GENERIC_ATOMIC64
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 VIRT_TO_BUS
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 GENERIC_HAS_IOMAP
27 config MACH_SPCT6600
28         bool "SPCT6600 series based machines"
29         select SYS_SUPPORTS_32BIT_KERNEL
30         select GENERIC_HAS_IOMAP
32 config SCORE_SIM
33         bool "Score simulator"
34         select SYS_SUPPORTS_32BIT_KERNEL
35         select GENERIC_HAS_IOMAP
36 endchoice
38 endmenu
40 config NO_DMA
41         bool
42         default y
44 config RWSEM_GENERIC_SPINLOCK
45         def_bool y
47 config GENERIC_HWEIGHT
48         def_bool y
50 config GENERIC_CALIBRATE_DELAY
51         def_bool y
53 menu "Kernel type"
55 config 32BIT
56         def_bool y
58 config ARCH_FLATMEM_ENABLE
59         def_bool y
61 source "mm/Kconfig"
63 config MEMORY_START
64         hex
65         default 0xa0000000
67 source "kernel/Kconfig.hz"
68 source "kernel/Kconfig.preempt"
70 endmenu
72 config RWSEM_GENERIC_SPINLOCK
73         def_bool y
75 config LOCKDEP_SUPPORT
76         def_bool y
78 config STACKTRACE_SUPPORT
79         def_bool y
81 source "init/Kconfig"
83 source "kernel/Kconfig.freezer"
85 config MMU
86         def_bool y
88 menu "Executable file formats"
90 source "fs/Kconfig.binfmt"
92 endmenu
94 source "net/Kconfig"
96 source "drivers/Kconfig"
98 source "fs/Kconfig"
100 source "arch/score/Kconfig.debug"
102 source "security/Kconfig"
104 source "crypto/Kconfig"
106 source "lib/Kconfig"
108 config NO_IOMEM
109        def_bool y