Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / score / Kconfig
blob4b285779ac05e34559134072e6de57845abbe2ad
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 HAVE_MEMBLOCK
9        select HAVE_MEMBLOCK_NODE_MAP
10        select ARCH_DISCARD_MEMBLOCK
11        select GENERIC_CPU_DEVICES
13 choice
14         prompt "System type"
15         default MACH_SPCT6600
17 config ARCH_SCORE7
18         bool "SCORE7 processor"
19         select SYS_SUPPORTS_32BIT_KERNEL
20         select CPU_SCORE7
21         select GENERIC_HAS_IOMAP
23 config MACH_SPCT6600
24         bool "SPCT6600 series based machines"
25         select SYS_SUPPORTS_32BIT_KERNEL
26         select CPU_SCORE7
27         select GENERIC_HAS_IOMAP
29 config SCORE_SIM
30         bool "Score simulator"
31         select SYS_SUPPORTS_32BIT_KERNEL
32         select CPU_SCORE7
33         select GENERIC_HAS_IOMAP
34 endchoice
36 endmenu
38 config CPU_SCORE7
39         bool
41 config NO_DMA
42         bool
43         default y
45 config RWSEM_GENERIC_SPINLOCK
46         def_bool y
48 config GENERIC_HWEIGHT
49         def_bool y
51 config GENERIC_CALIBRATE_DELAY
52         def_bool y
54 config GENERIC_CLOCKEVENTS
55         def_bool y
57 menu "Kernel type"
59 config 32BIT
60         def_bool y
62 config ARCH_FLATMEM_ENABLE
63         def_bool y
65 source "mm/Kconfig"
67 config MEMORY_START
68         hex
69         default 0xa0000000
71 source "kernel/time/Kconfig"
72 source "kernel/Kconfig.hz"
73 source "kernel/Kconfig.preempt"
75 endmenu
77 config RWSEM_GENERIC_SPINLOCK
78         def_bool y
80 config LOCKDEP_SUPPORT
81         def_bool y
83 config STACKTRACE_SUPPORT
84         def_bool y
86 source "init/Kconfig"
88 config MMU
89         def_bool y
91 menu "Executable file formats"
93 source "fs/Kconfig.binfmt"
95 endmenu
97 source "net/Kconfig"
99 source "drivers/Kconfig"
101 source "fs/Kconfig"
103 source "arch/score/Kconfig.debug"
105 source "security/Kconfig"
107 source "crypto/Kconfig"
109 source "lib/Kconfig"