]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/score/Kconfig
ARM: wire up execveat syscall
[mirror_ubuntu-zesty-kernel.git] / arch / score / Kconfig
CommitLineData
6bc9a396
CL
1menu "Machine selection"
2
2fc361bf
TG
3config SCORE
4 def_bool y
324808c2 5 select GENERIC_IRQ_SHOW
4673ca8e 6 select GENERIC_IOMAP
0d118d7f 7 select GENERIC_ATOMIC64
a2bf79e7
TH
8 select HAVE_MEMBLOCK
9 select HAVE_MEMBLOCK_NODE_MAP
10 select ARCH_DISCARD_MEMBLOCK
9f13a1fd 11 select GENERIC_CPU_DEVICES
43229d1e 12 select GENERIC_CLOCKEVENTS
786d35d4 13 select HAVE_MOD_ARCH_SPECIFIC
4febd95a 14 select VIRT_TO_BUS
786d35d4 15 select MODULES_USE_ELF_REL
eda96977 16 select CLONE_BACKWARDS
2fc361bf 17
6bc9a396
CL
18choice
19 prompt "System type"
20 default MACH_SPCT6600
21
22config ARCH_SCORE7
23 bool "SCORE7 processor"
24 select SYS_SUPPORTS_32BIT_KERNEL
6bc9a396
CL
25
26config MACH_SPCT6600
27 bool "SPCT6600 series based machines"
28 select SYS_SUPPORTS_32BIT_KERNEL
6bc9a396
CL
29
30config SCORE_SIM
31 bool "Score simulator"
32 select SYS_SUPPORTS_32BIT_KERNEL
6bc9a396
CL
33endchoice
34
35endmenu
36
6bc9a396
CL
37config NO_DMA
38 bool
39 default y
40
41config RWSEM_GENERIC_SPINLOCK
42 def_bool y
43
6bc9a396
CL
44config GENERIC_HWEIGHT
45 def_bool y
46
47config GENERIC_CALIBRATE_DELAY
48 def_bool y
49
6bc9a396
CL
50menu "Kernel type"
51
52config 32BIT
53 def_bool y
54
6bc9a396
CL
55config ARCH_FLATMEM_ENABLE
56 def_bool y
57
6bc9a396
CL
58source "mm/Kconfig"
59
60config MEMORY_START
61 hex
62 default 0xa0000000
63
6bc9a396
CL
64source "kernel/Kconfig.hz"
65source "kernel/Kconfig.preempt"
66
67endmenu
68
69config RWSEM_GENERIC_SPINLOCK
70 def_bool y
71
72config LOCKDEP_SUPPORT
73 def_bool y
74
75config STACKTRACE_SUPPORT
76 def_bool y
77
78source "init/Kconfig"
79
57a1a197
CG
80source "kernel/Kconfig.freezer"
81
6bc9a396
CL
82config MMU
83 def_bool y
84
85menu "Executable file formats"
86
87source "fs/Kconfig.binfmt"
88
89endmenu
90
91source "net/Kconfig"
92
93source "drivers/Kconfig"
94
95source "fs/Kconfig"
96
97source "arch/score/Kconfig.debug"
98
99source "security/Kconfig"
100
101source "crypto/Kconfig"
102
103source "lib/Kconfig"
5fbbf8a1
LW
104
105config NO_IOMEM
106 def_bool y