iwlwifi: show the configuration option
[linux-2.6.git] / arch / score / Kconfig
blobdf169e84db4ed689361431c2044512af1289557b
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_HWEIGHT
47         def_bool y
49 config GENERIC_CALIBRATE_DELAY
50         def_bool y
52 config GENERIC_CLOCKEVENTS
53         def_bool y
55 menu "Kernel type"
57 config 32BIT
58         def_bool y
60 config ARCH_FLATMEM_ENABLE
61         def_bool y
63 config ARCH_POPULATES_NODE_MAP
64         def_bool y
66 source "mm/Kconfig"
68 config MEMORY_START
69         hex
70         default 0xa0000000
72 source "kernel/time/Kconfig"
73 source "kernel/Kconfig.hz"
74 source "kernel/Kconfig.preempt"
76 endmenu
78 config RWSEM_GENERIC_SPINLOCK
79         def_bool y
81 config LOCKDEP_SUPPORT
82         def_bool y
84 config STACKTRACE_SUPPORT
85         def_bool y
87 source "init/Kconfig"
89 config MMU
90         def_bool y
92 menu "Executable file formats"
94 source "fs/Kconfig.binfmt"
96 endmenu
98 source "net/Kconfig"
100 source "drivers/Kconfig"
102 source "fs/Kconfig"
104 source "arch/score/Kconfig.debug"
106 source "security/Kconfig"
108 source "crypto/Kconfig"
110 source "lib/Kconfig"