Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs...
[linux-2.6.git] / arch / score / Kconfig
blobc8def8bc90209578a5a6d5cfaf8f9f258c4ec7fb
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 VIRT_TO_BUS
16         select MODULES_USE_ELF_REL
17         select CLONE_BACKWARDS
19 choice
20         prompt "System type"
21         default MACH_SPCT6600
23 config ARCH_SCORE7
24         bool "SCORE7 processor"
25         select SYS_SUPPORTS_32BIT_KERNEL
26         select CPU_SCORE7
27         select GENERIC_HAS_IOMAP
29 config MACH_SPCT6600
30         bool "SPCT6600 series based machines"
31         select SYS_SUPPORTS_32BIT_KERNEL
32         select CPU_SCORE7
33         select GENERIC_HAS_IOMAP
35 config SCORE_SIM
36         bool "Score simulator"
37         select SYS_SUPPORTS_32BIT_KERNEL
38         select CPU_SCORE7
39         select GENERIC_HAS_IOMAP
40 endchoice
42 endmenu
44 config CPU_SCORE7
45         bool
47 config NO_DMA
48         bool
49         default y
51 config RWSEM_GENERIC_SPINLOCK
52         def_bool y
54 config GENERIC_HWEIGHT
55         def_bool y
57 config GENERIC_CALIBRATE_DELAY
58         def_bool y
60 menu "Kernel type"
62 config 32BIT
63         def_bool y
65 config ARCH_FLATMEM_ENABLE
66         def_bool y
68 source "mm/Kconfig"
70 config MEMORY_START
71         hex
72         default 0xa0000000
74 source "kernel/Kconfig.hz"
75 source "kernel/Kconfig.preempt"
77 endmenu
79 config RWSEM_GENERIC_SPINLOCK
80         def_bool y
82 config LOCKDEP_SUPPORT
83         def_bool y
85 config STACKTRACE_SUPPORT
86         def_bool y
88 source "init/Kconfig"
90 config MMU
91         def_bool y
93 menu "Executable file formats"
95 source "fs/Kconfig.binfmt"
97 endmenu
99 source "net/Kconfig"
101 source "drivers/Kconfig"
103 source "fs/Kconfig"
105 source "arch/score/Kconfig.debug"
107 source "security/Kconfig"
109 source "crypto/Kconfig"
111 source "lib/Kconfig"