score: Use generic show_interrupts()
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / score / Kconfig
blob4278bbc032ce46b0a472b5f418606ae9844acea7
1 menu "Machine selection"
3 config SCORE
4        def_bool y
5        select HAVE_GENERIC_HARDIRQS
6        select GENERIC_HARDIRQS_NO_DEPRECATED
7        select GENERIC_IRQ_SHOW
9 choice
10         prompt "System type"
11         default MACH_SPCT6600
13 config ARCH_SCORE7
14         bool "SCORE7 processor"
15         select SYS_SUPPORTS_32BIT_KERNEL
16         select CPU_SCORE7
17         select GENERIC_HAS_IOMAP
19 config MACH_SPCT6600
20         bool "SPCT6600 series based machines"
21         select SYS_SUPPORTS_32BIT_KERNEL
22         select CPU_SCORE7
23         select GENERIC_HAS_IOMAP
25 config SCORE_SIM
26         bool "Score simulator"
27         select SYS_SUPPORTS_32BIT_KERNEL
28         select CPU_SCORE7
29         select GENERIC_HAS_IOMAP
30 endchoice
32 endmenu
34 config CPU_SCORE7
35         bool
37 config GENERIC_IOMAP
38         def_bool y
40 config NO_DMA
41         bool
42         default y
44 config RWSEM_GENERIC_SPINLOCK
45         def_bool y
47 config GENERIC_FIND_NEXT_BIT
48         def_bool y
50 config GENERIC_HWEIGHT
51         def_bool y
53 config GENERIC_CALIBRATE_DELAY
54         def_bool y
56 config GENERIC_CLOCKEVENTS
57         def_bool y
59 config SCHED_NO_NO_OMIT_FRAME_POINTER
60         def_bool y
62 config GENERIC_SYSCALL_TABLE
63         def_bool y
65 config SCORE_L1_CACHE_SHIFT
66         int
67         default "4"
69 menu "Kernel type"
71 config 32BIT
72         def_bool y
74 config ARCH_FLATMEM_ENABLE
75         def_bool y
77 config ARCH_POPULATES_NODE_MAP
78         def_bool y
80 source "mm/Kconfig"
82 config MEMORY_START
83         hex
84         default 0xa0000000
86 source "kernel/time/Kconfig"
87 source "kernel/Kconfig.hz"
88 source "kernel/Kconfig.preempt"
90 endmenu
92 config RWSEM_GENERIC_SPINLOCK
93         def_bool y
95 config LOCKDEP_SUPPORT
96         def_bool y
98 config STACKTRACE_SUPPORT
99         def_bool y
101 source "init/Kconfig"
103 config PROBE_INITRD_HEADER
104         bool "Probe initrd header created by addinitrd"
105         depends on BLK_DEV_INITRD
106         help
107           Probe initrd header at the last page of kernel image.
108           Say Y here if you are using arch/score/boot/addinitrd.c to
109           add initrd or initramfs image to the kernel image.
110           Otherwise, say N.
112 config MMU
113         def_bool y
115 menu "Executable file formats"
117 source "fs/Kconfig.binfmt"
119 endmenu
121 source "net/Kconfig"
123 source "drivers/Kconfig"
125 source "fs/Kconfig"
127 source "arch/score/Kconfig.debug"
129 source "security/Kconfig"
131 source "crypto/Kconfig"
133 source "lib/Kconfig"