]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/score/Kconfig
4f93a431a45a8142133ae655bff700de79f7e254
[karo-tx-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
17 choice
18         prompt "System type"
19         default MACH_SPCT6600
20
21 config ARCH_SCORE7
22         bool "SCORE7 processor"
23         select SYS_SUPPORTS_32BIT_KERNEL
24         select CPU_SCORE7
25         select GENERIC_HAS_IOMAP
26
27 config MACH_SPCT6600
28         bool "SPCT6600 series based machines"
29         select SYS_SUPPORTS_32BIT_KERNEL
30         select CPU_SCORE7
31         select GENERIC_HAS_IOMAP
32
33 config SCORE_SIM
34         bool "Score simulator"
35         select SYS_SUPPORTS_32BIT_KERNEL
36         select CPU_SCORE7
37         select GENERIC_HAS_IOMAP
38 endchoice
39
40 endmenu
41
42 config CPU_SCORE7
43         bool
44
45 config NO_DMA
46         bool
47         default y
48
49 config RWSEM_GENERIC_SPINLOCK
50         def_bool y
51
52 config GENERIC_HWEIGHT
53         def_bool y
54
55 config GENERIC_CALIBRATE_DELAY
56         def_bool y
57
58 menu "Kernel type"
59
60 config 32BIT
61         def_bool y
62
63 config ARCH_FLATMEM_ENABLE
64         def_bool y
65
66 source "mm/Kconfig"
67
68 config MEMORY_START
69         hex
70         default 0xa0000000
71
72 source "kernel/Kconfig.hz"
73 source "kernel/Kconfig.preempt"
74
75 endmenu
76
77 config RWSEM_GENERIC_SPINLOCK
78         def_bool y
79
80 config LOCKDEP_SUPPORT
81         def_bool y
82
83 config STACKTRACE_SUPPORT
84         def_bool y
85
86 source "init/Kconfig"
87
88 config MMU
89         def_bool y
90
91 menu "Executable file formats"
92
93 source "fs/Kconfig.binfmt"
94
95 endmenu
96
97 source "net/Kconfig"
98
99 source "drivers/Kconfig"
100
101 source "fs/Kconfig"
102
103 source "arch/score/Kconfig.debug"
104
105 source "security/Kconfig"
106
107 source "crypto/Kconfig"
108
109 source "lib/Kconfig"