blob: f5d3b3237419e77ab29720aa16f6d4649bd92cb3 [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
Tejun Heoa2bf79e2011-12-08 10:22:09 -08008 select HAVE_MEMBLOCK
9 select HAVE_MEMBLOCK_NODE_MAP
10 select ARCH_DISCARD_MEMBLOCK
Ben Hutchings9f13a1f2012-01-10 03:04:32 +000011 select GENERIC_CPU_DEVICES
Anna-Maria Gleixner43229d12012-05-18 16:45:52 +000012 select GENERIC_CLOCKEVENTS
Thomas Gleixner2fc361b2011-01-19 20:41:19 +010013
Chen Liqin6bc9a392009-06-12 22:01:00 +080014choice
15 prompt "System type"
16 default MACH_SPCT6600
17
18config ARCH_SCORE7
19 bool "SCORE7 processor"
20 select SYS_SUPPORTS_32BIT_KERNEL
21 select CPU_SCORE7
22 select GENERIC_HAS_IOMAP
23
24config MACH_SPCT6600
25 bool "SPCT6600 series based machines"
26 select SYS_SUPPORTS_32BIT_KERNEL
27 select CPU_SCORE7
28 select GENERIC_HAS_IOMAP
29
30config SCORE_SIM
31 bool "Score simulator"
32 select SYS_SUPPORTS_32BIT_KERNEL
33 select CPU_SCORE7
34 select GENERIC_HAS_IOMAP
35endchoice
36
37endmenu
38
39config CPU_SCORE7
40 bool
41
Chen Liqin6bc9a392009-06-12 22:01:00 +080042config 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
Chen Liqin6bc9a392009-06-12 22:01:00 +080055menu "Kernel type"
56
57config 32BIT
58 def_bool y
59
Chen Liqin6bc9a392009-06-12 22:01:00 +080060config ARCH_FLATMEM_ENABLE
61 def_bool y
62
Chen Liqin6bc9a392009-06-12 22:01:00 +080063source "mm/Kconfig"
64
65config MEMORY_START
66 hex
67 default 0xa0000000
68
69source "kernel/time/Kconfig"
70source "kernel/Kconfig.hz"
71source "kernel/Kconfig.preempt"
72
73endmenu
74
75config RWSEM_GENERIC_SPINLOCK
76 def_bool y
77
78config LOCKDEP_SUPPORT
79 def_bool y
80
81config STACKTRACE_SUPPORT
82 def_bool y
83
84source "init/Kconfig"
85
Chen Liqin6bc9a392009-06-12 22:01:00 +080086config MMU
87 def_bool y
88
89menu "Executable file formats"
90
91source "fs/Kconfig.binfmt"
92
93endmenu
94
95source "net/Kconfig"
96
97source "drivers/Kconfig"
98
99source "fs/Kconfig"
100
101source "arch/score/Kconfig.debug"
102
103source "security/Kconfig"
104
105source "crypto/Kconfig"
106
107source "lib/Kconfig"