NFSd: make boot_time variable per network namespace
[linux-2.6/libata-dev.git] / arch / score / Kconfig
blobba0f412920befb05cdd0a26c6a707e2b91289954
1 menu "Machine selection"
3 config SCORE
4        def_bool y
5        select HAVE_GENERIC_HARDIRQS
6        select GENERIC_IRQ_SHOW
7        select GENERIC_IOMAP
8        select HAVE_MEMBLOCK
9        select HAVE_MEMBLOCK_NODE_MAP
10        select ARCH_DISCARD_MEMBLOCK
11        select GENERIC_CPU_DEVICES
12        select GENERIC_CLOCKEVENTS
14 choice
15         prompt "System type"
16         default MACH_SPCT6600
18 config ARCH_SCORE7
19         bool "SCORE7 processor"
20         select SYS_SUPPORTS_32BIT_KERNEL
21         select CPU_SCORE7
22         select GENERIC_HAS_IOMAP
24 config MACH_SPCT6600
25         bool "SPCT6600 series based machines"
26         select SYS_SUPPORTS_32BIT_KERNEL
27         select CPU_SCORE7
28         select GENERIC_HAS_IOMAP
30 config SCORE_SIM
31         bool "Score simulator"
32         select SYS_SUPPORTS_32BIT_KERNEL
33         select CPU_SCORE7
34         select GENERIC_HAS_IOMAP
35 endchoice
37 endmenu
39 config CPU_SCORE7
40         bool
42 config NO_DMA
43         bool
44         default y
46 config RWSEM_GENERIC_SPINLOCK
47         def_bool y
49 config GENERIC_HWEIGHT
50         def_bool y
52 config GENERIC_CALIBRATE_DELAY
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 source "mm/Kconfig"
65 config MEMORY_START
66         hex
67         default 0xa0000000
69 source "kernel/Kconfig.hz"
70 source "kernel/Kconfig.preempt"
72 endmenu
74 config RWSEM_GENERIC_SPINLOCK
75         def_bool y
77 config LOCKDEP_SUPPORT
78         def_bool y
80 config STACKTRACE_SUPPORT
81         def_bool y
83 source "init/Kconfig"
85 config MMU
86         def_bool y
88 menu "Executable file formats"
90 source "fs/Kconfig.binfmt"
92 endmenu
94 source "net/Kconfig"
96 source "drivers/Kconfig"
98 source "fs/Kconfig"
100 source "arch/score/Kconfig.debug"
102 source "security/Kconfig"
104 source "crypto/Kconfig"
106 source "lib/Kconfig"