Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / score / Kconfig
blobe73bc781cc1465cb51f5c23a2c61f168b5279129
1 menu "Machine selection"
3 config SCORE
4        def_bool y
5        select HAVE_GENERIC_HARDIRQS
6        select GENERIC_IRQ_SHOW
8 choice
9         prompt "System type"
10         default MACH_SPCT6600
12 config ARCH_SCORE7
13         bool "SCORE7 processor"
14         select SYS_SUPPORTS_32BIT_KERNEL
15         select CPU_SCORE7
16         select GENERIC_HAS_IOMAP
18 config MACH_SPCT6600
19         bool "SPCT6600 series based machines"
20         select SYS_SUPPORTS_32BIT_KERNEL
21         select CPU_SCORE7
22         select GENERIC_HAS_IOMAP
24 config SCORE_SIM
25         bool "Score simulator"
26         select SYS_SUPPORTS_32BIT_KERNEL
27         select CPU_SCORE7
28         select GENERIC_HAS_IOMAP
29 endchoice
31 endmenu
33 config CPU_SCORE7
34         bool
36 config GENERIC_IOMAP
37         def_bool y
39 config NO_DMA
40         bool
41         default y
43 config RWSEM_GENERIC_SPINLOCK
44         def_bool y
46 config GENERIC_FIND_NEXT_BIT
47         def_bool y
49 config GENERIC_HWEIGHT
50         def_bool y
52 config GENERIC_CALIBRATE_DELAY
53         def_bool y
55 config GENERIC_CLOCKEVENTS
56         def_bool y
58 config SCHED_NO_NO_OMIT_FRAME_POINTER
59         def_bool y
61 config GENERIC_SYSCALL_TABLE
62         def_bool y
64 config SCORE_L1_CACHE_SHIFT
65         int
66         default "4"
68 menu "Kernel type"
70 config 32BIT
71         def_bool y
73 config ARCH_FLATMEM_ENABLE
74         def_bool y
76 config ARCH_POPULATES_NODE_MAP
77         def_bool y
79 source "mm/Kconfig"
81 config MEMORY_START
82         hex
83         default 0xa0000000
85 source "kernel/time/Kconfig"
86 source "kernel/Kconfig.hz"
87 source "kernel/Kconfig.preempt"
89 endmenu
91 config RWSEM_GENERIC_SPINLOCK
92         def_bool y
94 config LOCKDEP_SUPPORT
95         def_bool y
97 config STACKTRACE_SUPPORT
98         def_bool y
100 source "init/Kconfig"
102 config PROBE_INITRD_HEADER
103         bool "Probe initrd header created by addinitrd"
104         depends on BLK_DEV_INITRD
105         help
106           Probe initrd header at the last page of kernel image.
107           Say Y here if you are using arch/score/boot/addinitrd.c to
108           add initrd or initramfs image to the kernel image.
109           Otherwise, say N.
111 config MMU
112         def_bool y
114 menu "Executable file formats"
116 source "fs/Kconfig.binfmt"
118 endmenu
120 source "net/Kconfig"
122 source "drivers/Kconfig"
124 source "fs/Kconfig"
126 source "arch/score/Kconfig.debug"
128 source "security/Kconfig"
130 source "crypto/Kconfig"
132 source "lib/Kconfig"