blob: 461c23747491a85372b9e34f26ed4c61971767a0 [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
Thomas Gleixner2fc361b2011-01-19 20:41:19 +010014
Chen Liqin6bc9a392009-06-12 22:01:00 +080015choice
16 prompt "System type"
17 default MACH_SPCT6600
18
19config ARCH_SCORE7
20 bool "SCORE7 processor"
21 select SYS_SUPPORTS_32BIT_KERNEL
22 select CPU_SCORE7
23 select GENERIC_HAS_IOMAP
24
25config MACH_SPCT6600
26 bool "SPCT6600 series based machines"
27 select SYS_SUPPORTS_32BIT_KERNEL
28 select CPU_SCORE7
29 select GENERIC_HAS_IOMAP
30
31config SCORE_SIM
32 bool "Score simulator"
33 select SYS_SUPPORTS_32BIT_KERNEL
34 select CPU_SCORE7
35 select GENERIC_HAS_IOMAP
36endchoice
37
38endmenu
39
40config CPU_SCORE7
41 bool
42
Chen Liqin6bc9a392009-06-12 22:01:00 +080043config NO_DMA
44 bool
45 default y
46
47config RWSEM_GENERIC_SPINLOCK
48 def_bool y
49
Chen Liqin6bc9a392009-06-12 22:01:00 +080050config GENERIC_HWEIGHT
51 def_bool y
52
53config GENERIC_CALIBRATE_DELAY
54 def_bool y
55
Chen Liqin6bc9a392009-06-12 22:01:00 +080056menu "Kernel type"
57
58config 32BIT
59 def_bool y
60
Chen Liqin6bc9a392009-06-12 22:01:00 +080061config ARCH_FLATMEM_ENABLE
62 def_bool y
63
Chen Liqin6bc9a392009-06-12 22:01:00 +080064source "mm/Kconfig"
65
66config MEMORY_START
67 hex
68 default 0xa0000000
69
Chen Liqin6bc9a392009-06-12 22:01:00 +080070source "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"