blob: 305f7ee1f382e60739464c6d0f3de98855d638ea [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
Lennox Wu5fbbf8a2013-09-14 13:48:37 +08005 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
Stephen Rothwell4febd952013-03-07 15:48:16 +110015 select VIRT_TO_BUS
David Howells786d35d2012-09-28 14:31:03 +093016 select MODULES_USE_ELF_REL
Al Viroeda96972012-10-21 16:44:57 -040017 select CLONE_BACKWARDS
Thomas Gleixner2fc361b2011-01-19 20:41:19 +010018
Chen Liqin6bc9a392009-06-12 22:01:00 +080019choice
20 prompt "System type"
21 default MACH_SPCT6600
22
23config ARCH_SCORE7
24 bool "SCORE7 processor"
25 select SYS_SUPPORTS_32BIT_KERNEL
26 select CPU_SCORE7
27 select GENERIC_HAS_IOMAP
28
29config MACH_SPCT6600
30 bool "SPCT6600 series based machines"
31 select SYS_SUPPORTS_32BIT_KERNEL
32 select CPU_SCORE7
33 select GENERIC_HAS_IOMAP
34
35config SCORE_SIM
36 bool "Score simulator"
37 select SYS_SUPPORTS_32BIT_KERNEL
38 select CPU_SCORE7
39 select GENERIC_HAS_IOMAP
40endchoice
41
42endmenu
43
44config CPU_SCORE7
45 bool
46
Chen Liqin6bc9a392009-06-12 22:01:00 +080047config NO_DMA
48 bool
49 default y
50
51config RWSEM_GENERIC_SPINLOCK
52 def_bool y
53
Chen Liqin6bc9a392009-06-12 22:01:00 +080054config GENERIC_HWEIGHT
55 def_bool y
56
57config GENERIC_CALIBRATE_DELAY
58 def_bool y
59
Chen Liqin6bc9a392009-06-12 22:01:00 +080060menu "Kernel type"
61
62config 32BIT
63 def_bool y
64
Chen Liqin6bc9a392009-06-12 22:01:00 +080065config ARCH_FLATMEM_ENABLE
66 def_bool y
67
Chen Liqin6bc9a392009-06-12 22:01:00 +080068source "mm/Kconfig"
69
70config MEMORY_START
71 hex
72 default 0xa0000000
73
Chen Liqin6bc9a392009-06-12 22:01:00 +080074source "kernel/Kconfig.hz"
75source "kernel/Kconfig.preempt"
76
77endmenu
78
79config RWSEM_GENERIC_SPINLOCK
80 def_bool y
81
82config LOCKDEP_SUPPORT
83 def_bool y
84
85config STACKTRACE_SUPPORT
86 def_bool y
87
88source "init/Kconfig"
89
Chen Gang57a1a192013-08-13 16:01:02 -070090source "kernel/Kconfig.freezer"
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"
Lennox Wu5fbbf8a2013-09-14 13:48:37 +0800114
115config NO_IOMEM
116 def_bool y