]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blob - arch/score/Kconfig
Fix bug
[can-eth-gw-linux.git] / arch / score / Kconfig
1 menu "Machine selection"
2
3 config SCORE
4        def_bool y
5        select HAVE_GENERIC_HARDIRQS
6        select GENERIC_IRQ_SHOW
7        select GENERIC_IOMAP
8        select GENERIC_ATOMIC64
9        select HAVE_MEMBLOCK
10        select HAVE_MEMBLOCK_NODE_MAP
11        select ARCH_DISCARD_MEMBLOCK
12        select GENERIC_CPU_DEVICES
13        select GENERIC_CLOCKEVENTS
14        select HAVE_MOD_ARCH_SPECIFIC
15         select MODULES_USE_ELF_REL
16         select GENERIC_KERNEL_THREAD
17         select GENERIC_KERNEL_EXECVE
18         select CLONE_BACKWARDS
19
20 choice
21         prompt "System type"
22         default MACH_SPCT6600
23
24 config ARCH_SCORE7
25         bool "SCORE7 processor"
26         select SYS_SUPPORTS_32BIT_KERNEL
27         select CPU_SCORE7
28         select GENERIC_HAS_IOMAP
29
30 config MACH_SPCT6600
31         bool "SPCT6600 series based machines"
32         select SYS_SUPPORTS_32BIT_KERNEL
33         select CPU_SCORE7
34         select GENERIC_HAS_IOMAP
35
36 config SCORE_SIM
37         bool "Score simulator"
38         select SYS_SUPPORTS_32BIT_KERNEL
39         select CPU_SCORE7
40         select GENERIC_HAS_IOMAP
41 endchoice
42
43 endmenu
44
45 config CPU_SCORE7
46         bool
47
48 config NO_DMA
49         bool
50         default y
51
52 config RWSEM_GENERIC_SPINLOCK
53         def_bool y
54
55 config GENERIC_HWEIGHT
56         def_bool y
57
58 config GENERIC_CALIBRATE_DELAY
59         def_bool y
60
61 menu "Kernel type"
62
63 config 32BIT
64         def_bool y
65
66 config ARCH_FLATMEM_ENABLE
67         def_bool y
68
69 source "mm/Kconfig"
70
71 config MEMORY_START
72         hex
73         default 0xa0000000
74
75 source "kernel/Kconfig.hz"
76 source "kernel/Kconfig.preempt"
77
78 endmenu
79
80 config RWSEM_GENERIC_SPINLOCK
81         def_bool y
82
83 config LOCKDEP_SUPPORT
84         def_bool y
85
86 config STACKTRACE_SUPPORT
87         def_bool y
88
89 source "init/Kconfig"
90
91 config MMU
92         def_bool y
93
94 menu "Executable file formats"
95
96 source "fs/Kconfig.binfmt"
97
98 endmenu
99
100 source "net/Kconfig"
101
102 source "drivers/Kconfig"
103
104 source "fs/Kconfig"
105
106 source "arch/score/Kconfig.debug"
107
108 source "security/Kconfig"
109
110 source "crypto/Kconfig"
111
112 source "lib/Kconfig"