ALSA: firewire-lib: use no-info SYT for packets without SYT sample
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / score / Kconfig
blob27b2295f41f378e341acd86e23582fb19d80de2e
1 menu "Machine selection"
3 config SCORE
4        def_bool y
5        select HAVE_GENERIC_HARDIRQS
7 choice
8         prompt "System type"
9         default MACH_SPCT6600
11 config ARCH_SCORE7
12         bool "SCORE7 processor"
13         select SYS_SUPPORTS_32BIT_KERNEL
14         select CPU_SCORE7
15         select GENERIC_HAS_IOMAP
17 config MACH_SPCT6600
18         bool "SPCT6600 series based machines"
19         select SYS_SUPPORTS_32BIT_KERNEL
20         select CPU_SCORE7
21         select GENERIC_HAS_IOMAP
23 config SCORE_SIM
24         bool "Score simulator"
25         select SYS_SUPPORTS_32BIT_KERNEL
26         select CPU_SCORE7
27         select GENERIC_HAS_IOMAP
28 endchoice
30 endmenu
32 config CPU_SCORE7
33         bool
35 config GENERIC_IOMAP
36         def_bool y
38 config NO_DMA
39         bool
40         default y
42 config RWSEM_GENERIC_SPINLOCK
43         def_bool y
45 config GENERIC_FIND_NEXT_BIT
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 config SCHED_NO_NO_OMIT_FRAME_POINTER
58         def_bool y
60 config GENERIC_SYSCALL_TABLE
61         def_bool y
63 config SCORE_L1_CACHE_SHIFT
64         int
65         default "4"
67 menu "Kernel type"
69 config 32BIT
70         def_bool y
72 config ARCH_FLATMEM_ENABLE
73         def_bool y
75 config ARCH_POPULATES_NODE_MAP
76         def_bool y
78 source "mm/Kconfig"
80 config MEMORY_START
81         hex
82         default 0xa0000000
84 source "kernel/time/Kconfig"
85 source "kernel/Kconfig.hz"
86 source "kernel/Kconfig.preempt"
88 endmenu
90 config RWSEM_GENERIC_SPINLOCK
91         def_bool y
93 config LOCKDEP_SUPPORT
94         def_bool y
96 config STACKTRACE_SUPPORT
97         def_bool y
99 source "init/Kconfig"
101 config PROBE_INITRD_HEADER
102         bool "Probe initrd header created by addinitrd"
103         depends on BLK_DEV_INITRD
104         help
105           Probe initrd header at the last page of kernel image.
106           Say Y here if you are using arch/score/boot/addinitrd.c to
107           add initrd or initramfs image to the kernel image.
108           Otherwise, say N.
110 config MMU
111         def_bool y
113 menu "Executable file formats"
115 source "fs/Kconfig.binfmt"
117 endmenu
119 source "net/Kconfig"
121 source "drivers/Kconfig"
123 source "fs/Kconfig"
125 source "arch/score/Kconfig.debug"
127 source "security/Kconfig"
129 source "crypto/Kconfig"
131 source "lib/Kconfig"