Merge tag 'dt-3.13-4' of git://git.infradead.org/linux-mvebu into next/dt
[linux-2.6.git] / arch / score / Kconfig
blob305f7ee1f382e60739464c6d0f3de98855d638ea
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 source "kernel/Kconfig.freezer"
92 config MMU
93         def_bool y
95 menu "Executable file formats"
97 source "fs/Kconfig.binfmt"
99 endmenu
101 source "net/Kconfig"
103 source "drivers/Kconfig"
105 source "fs/Kconfig"
107 source "arch/score/Kconfig.debug"
109 source "security/Kconfig"
111 source "crypto/Kconfig"
113 source "lib/Kconfig"
115 config NO_IOMEM
116        def_bool y