blob: 455ce2d76823eb6c582c30bb3491b3886bbc8276 [file] [log] [blame]
Chen Liqin6bc9a392009-06-12 22:01:00 +08001menu "Machine selection"
2
Thomas Gleixner2fc361b2011-01-19 20:41:19 +01003config SCORE
4 def_bool y
5 select HAVE_GENERIC_HARDIRQS
Thomas Gleixner324808c22011-03-25 14:16:56 +00006 select GENERIC_IRQ_SHOW
Michael S. Tsirkin4673ca82011-11-24 14:54:28 +02007 select GENERIC_IOMAP
Thomas Gleixner2fc361b2011-01-19 20:41:19 +01008
Chen Liqin6bc9a392009-06-12 22:01:00 +08009choice
10 prompt "System type"
11 default MACH_SPCT6600
12
13config ARCH_SCORE7
14 bool "SCORE7 processor"
15 select SYS_SUPPORTS_32BIT_KERNEL
16 select CPU_SCORE7
17 select GENERIC_HAS_IOMAP
18
19config MACH_SPCT6600
20 bool "SPCT6600 series based machines"
21 select SYS_SUPPORTS_32BIT_KERNEL
22 select CPU_SCORE7
23 select GENERIC_HAS_IOMAP
24
25config SCORE_SIM
26 bool "Score simulator"
27 select SYS_SUPPORTS_32BIT_KERNEL
28 select CPU_SCORE7
29 select GENERIC_HAS_IOMAP
30endchoice
31
32endmenu
33
34config CPU_SCORE7
35 bool
36
Chen Liqin6bc9a392009-06-12 22:01:00 +080037config NO_DMA
38 bool
39 default y
40
41config RWSEM_GENERIC_SPINLOCK
42 def_bool y
43
Chen Liqin6bc9a392009-06-12 22:01:00 +080044config GENERIC_HWEIGHT
45 def_bool y
46
47config GENERIC_CALIBRATE_DELAY
48 def_bool y
49
50config GENERIC_CLOCKEVENTS
51 def_bool y
52
Chen Liqin6bc9a392009-06-12 22:01:00 +080053menu "Kernel type"
54
55config 32BIT
56 def_bool y
57
Chen Liqin6bc9a392009-06-12 22:01:00 +080058config ARCH_FLATMEM_ENABLE
59 def_bool y
60
61config ARCH_POPULATES_NODE_MAP
62 def_bool y
63
64source "mm/Kconfig"
65
66config MEMORY_START
67 hex
68 default 0xa0000000
69
70source "kernel/time/Kconfig"
71source "kernel/Kconfig.hz"
72source "kernel/Kconfig.preempt"
73
74endmenu
75
76config RWSEM_GENERIC_SPINLOCK
77 def_bool y
78
79config LOCKDEP_SUPPORT
80 def_bool y
81
82config STACKTRACE_SUPPORT
83 def_bool y
84
85source "init/Kconfig"
86
Chen Liqin6bc9a392009-06-12 22:01:00 +080087config MMU
88 def_bool y
89
90menu "Executable file formats"
91
92source "fs/Kconfig.binfmt"
93
94endmenu
95
96source "net/Kconfig"
97
98source "drivers/Kconfig"
99
100source "fs/Kconfig"
101
102source "arch/score/Kconfig.debug"
103
104source "security/Kconfig"
105
106source "crypto/Kconfig"
107
108source "lib/Kconfig"