]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/score/Kconfig
score: switch to RAW_COPY_USER
[karo-tx-linux.git] / arch / score / Kconfig
1 menu "Machine selection"
2
3 config SCORE
4        def_bool y
5        select GENERIC_IRQ_SHOW
6        select GENERIC_IOMAP
7        select GENERIC_ATOMIC64
8        select HAVE_MEMBLOCK
9        select HAVE_MEMBLOCK_NODE_MAP
10        select ARCH_DISCARD_MEMBLOCK
11        select GENERIC_CPU_DEVICES
12        select GENERIC_CLOCKEVENTS
13        select HAVE_MOD_ARCH_SPECIFIC
14         select VIRT_TO_BUS
15         select MODULES_USE_ELF_REL
16         select CLONE_BACKWARDS
17         select CPU_NO_EFFICIENT_FFS
18         select ARCH_HAS_RAW_COPY_USER
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
28 config MACH_SPCT6600
29         bool "SPCT6600 series based machines"
30         select SYS_SUPPORTS_32BIT_KERNEL
31
32 config SCORE_SIM
33         bool "Score simulator"
34         select SYS_SUPPORTS_32BIT_KERNEL
35 endchoice
36
37 endmenu
38
39 config NO_DMA
40         bool
41         default y
42
43 config RWSEM_GENERIC_SPINLOCK
44         def_bool y
45
46 config GENERIC_HWEIGHT
47         def_bool y
48
49 config GENERIC_CALIBRATE_DELAY
50         def_bool y
51
52 menu "Kernel type"
53
54 config 32BIT
55         def_bool y
56
57 config ARCH_FLATMEM_ENABLE
58         def_bool y
59
60 source "mm/Kconfig"
61
62 config MEMORY_START
63         hex
64         default 0xa0000000
65
66 source "kernel/Kconfig.hz"
67 source "kernel/Kconfig.preempt"
68
69 endmenu
70
71 config RWSEM_GENERIC_SPINLOCK
72         def_bool y
73
74 config LOCKDEP_SUPPORT
75         def_bool y
76
77 config STACKTRACE_SUPPORT
78         def_bool y
79
80 source "init/Kconfig"
81
82 source "kernel/Kconfig.freezer"
83
84 config MMU
85         def_bool y
86
87 menu "Executable file formats"
88
89 source "fs/Kconfig.binfmt"
90
91 endmenu
92
93 source "net/Kconfig"
94
95 source "drivers/Kconfig"
96
97 source "fs/Kconfig"
98
99 source "arch/score/Kconfig.debug"
100
101 source "security/Kconfig"
102
103 source "crypto/Kconfig"
104
105 source "lib/Kconfig"
106
107 config NO_IOMEM
108        def_bool y