platform/x86: move rfkill for Dell Mini 1012 to compal-laptop
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / score / Kconfig
blob55d413e6dcf2731976cf36de4fd878fc6e57effe
1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/kconfig-language.txt.
4 mainmenu "Linux/SCORE Kernel Configuration"
6 menu "Machine selection"
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 GENERIC_TIME
59         def_bool y
61 config SCHED_NO_NO_OMIT_FRAME_POINTER
62         def_bool y
64 config GENERIC_HARDIRQS_NO__DO_IRQ
65         def_bool y
67 config GENERIC_SYSCALL_TABLE
68         def_bool y
70 config SCORE_L1_CACHE_SHIFT
71         int
72         default "4"
74 menu "Kernel type"
76 config 32BIT
77         def_bool y
79 config GENERIC_HARDIRQS
80         def_bool y
82 config ARCH_FLATMEM_ENABLE
83         def_bool y
85 config ARCH_POPULATES_NODE_MAP
86         def_bool y
88 source "mm/Kconfig"
90 config MEMORY_START
91         hex
92         default 0xa0000000
94 source "kernel/time/Kconfig"
95 source "kernel/Kconfig.hz"
96 source "kernel/Kconfig.preempt"
98 endmenu
100 config RWSEM_GENERIC_SPINLOCK
101         def_bool y
103 config LOCKDEP_SUPPORT
104         def_bool y
106 config STACKTRACE_SUPPORT
107         def_bool y
109 source "init/Kconfig"
111 config PROBE_INITRD_HEADER
112         bool "Probe initrd header created by addinitrd"
113         depends on BLK_DEV_INITRD
114         help
115           Probe initrd header at the last page of kernel image.
116           Say Y here if you are using arch/score/boot/addinitrd.c to
117           add initrd or initramfs image to the kernel image.
118           Otherwise, say N.
120 config MMU
121         def_bool y
123 menu "Executable file formats"
125 source "fs/Kconfig.binfmt"
127 endmenu
129 source "net/Kconfig"
131 source "drivers/Kconfig"
133 source "fs/Kconfig"
135 source "arch/score/Kconfig.debug"
137 source "security/Kconfig"
139 source "crypto/Kconfig"
141 source "lib/Kconfig"