blob: 4f93a431a45a8142133ae655bff700de79f7e254 [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
Fengguang Wu0d118d72012-10-04 17:12:18 -07008 select GENERIC_ATOMIC64
Tejun Heoa2bf79e2011-12-08 10:22:09 -08009 select HAVE_MEMBLOCK
10 select HAVE_MEMBLOCK_NODE_MAP
11 select ARCH_DISCARD_MEMBLOCK
Ben Hutchings9f13a1f2012-01-10 03:04:32 +000012 select GENERIC_CPU_DEVICES
Anna-Maria Gleixner43229d12012-05-18 16:45:52 +000013 select GENERIC_CLOCKEVENTS
David Howells786d35d2012-09-28 14:31:03 +093014 select HAVE_MOD_ARCH_SPECIFIC
15 select MODULES_USE_ELF_REL
Thomas Gleixner2fc361b2011-01-19 20:41:19 +010016
Chen Liqin6bc9a392009-06-12 22:01:00 +080017choice
18 prompt "System type"
19 default MACH_SPCT6600
20
21config ARCH_SCORE7
22 bool "SCORE7 processor"
23 select SYS_SUPPORTS_32BIT_KERNEL
24 select CPU_SCORE7
25 select GENERIC_HAS_IOMAP
26
27config MACH_SPCT6600
28 bool "SPCT6600 series based machines"
29 select SYS_SUPPORTS_32BIT_KERNEL
30 select CPU_SCORE7
31 select GENERIC_HAS_IOMAP
32
33config SCORE_SIM
34 bool "Score simulator"
35 select SYS_SUPPORTS_32BIT_KERNEL
36 select CPU_SCORE7
37 select GENERIC_HAS_IOMAP
38endchoice
39
40endmenu
41
42config CPU_SCORE7
43 bool
44
Chen Liqin6bc9a392009-06-12 22:01:00 +080045config NO_DMA
46 bool
47 default y
48
49config RWSEM_GENERIC_SPINLOCK
50 def_bool y
51
Chen Liqin6bc9a392009-06-12 22:01:00 +080052config GENERIC_HWEIGHT
53 def_bool y
54
55config GENERIC_CALIBRATE_DELAY
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
Chen Liqin6bc9a392009-06-12 22:01:00 +080066source "mm/Kconfig"
67
68config MEMORY_START
69 hex
70 default 0xa0000000
71
Chen Liqin6bc9a392009-06-12 22:01:00 +080072source "kernel/Kconfig.hz"
73source "kernel/Kconfig.preempt"
74
75endmenu
76
77config RWSEM_GENERIC_SPINLOCK
78 def_bool y
79
80config LOCKDEP_SUPPORT
81 def_bool y
82
83config STACKTRACE_SUPPORT
84 def_bool y
85
86source "init/Kconfig"
87
Chen Liqin6bc9a392009-06-12 22:01:00 +080088config MMU
89 def_bool y
90
91menu "Executable file formats"
92
93source "fs/Kconfig.binfmt"
94
95endmenu
96
97source "net/Kconfig"
98
99source "drivers/Kconfig"
100
101source "fs/Kconfig"
102
103source "arch/score/Kconfig.debug"
104
105source "security/Kconfig"
106
107source "crypto/Kconfig"
108
109source "lib/Kconfig"