blob: e5ae12f4878166ef14da66cc74d4d89db0bc9de0 [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
Tejun Heoa2bf79e2011-12-08 10:22:09 -08007 select HAVE_MEMBLOCK
8 select HAVE_MEMBLOCK_NODE_MAP
9 select ARCH_DISCARD_MEMBLOCK
Thomas Gleixner2fc361b2011-01-19 20:41:19 +010010
Chen Liqin6bc9a392009-06-12 22:01:00 +080011choice
12 prompt "System type"
13 default MACH_SPCT6600
14
15config ARCH_SCORE7
16 bool "SCORE7 processor"
17 select SYS_SUPPORTS_32BIT_KERNEL
18 select CPU_SCORE7
19 select GENERIC_HAS_IOMAP
20
21config MACH_SPCT6600
22 bool "SPCT6600 series based machines"
23 select SYS_SUPPORTS_32BIT_KERNEL
24 select CPU_SCORE7
25 select GENERIC_HAS_IOMAP
26
27config SCORE_SIM
28 bool "Score simulator"
29 select SYS_SUPPORTS_32BIT_KERNEL
30 select CPU_SCORE7
31 select GENERIC_HAS_IOMAP
32endchoice
33
34endmenu
35
36config CPU_SCORE7
37 bool
38
39config GENERIC_IOMAP
40 def_bool y
41
42config NO_DMA
43 bool
44 default y
45
46config RWSEM_GENERIC_SPINLOCK
47 def_bool y
48
Chen Liqin6bc9a392009-06-12 22:01:00 +080049config GENERIC_HWEIGHT
50 def_bool y
51
52config GENERIC_CALIBRATE_DELAY
53 def_bool y
54
55config GENERIC_CLOCKEVENTS
56 def_bool y
57
Chen Liqin6bc9a392009-06-12 22:01:00 +080058menu "Kernel type"
59
60config 32BIT
61 def_bool y
62
Chen Liqin6bc9a392009-06-12 22:01:00 +080063config ARCH_FLATMEM_ENABLE
64 def_bool y
65
66config ARCH_POPULATES_NODE_MAP
67 def_bool y
68
69source "mm/Kconfig"
70
71config MEMORY_START
72 hex
73 default 0xa0000000
74
75source "kernel/time/Kconfig"
76source "kernel/Kconfig.hz"
77source "kernel/Kconfig.preempt"
78
79endmenu
80
81config RWSEM_GENERIC_SPINLOCK
82 def_bool y
83
84config LOCKDEP_SUPPORT
85 def_bool y
86
87config STACKTRACE_SUPPORT
88 def_bool y
89
90source "init/Kconfig"
91
Chen Liqin6bc9a392009-06-12 22:01:00 +080092config MMU
93 def_bool y
94
95menu "Executable file formats"
96
97source "fs/Kconfig.binfmt"
98
99endmenu
100
101source "net/Kconfig"
102
103source "drivers/Kconfig"
104
105source "fs/Kconfig"
106
107source "arch/score/Kconfig.debug"
108
109source "security/Kconfig"
110
111source "crypto/Kconfig"
112
113source "lib/Kconfig"