blob: 45893390c7ddb4f32052764177b3f2d01949b53c [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
Al Viro1856ab62012-10-15 15:26:11 -040016 select GENERIC_KERNEL_THREAD
17 select GENERIC_KERNEL_EXECVE
Al Viroeda96972012-10-21 16:44:57 -040018 select CLONE_BACKWARDS
Thomas Gleixner2fc361b2011-01-19 20:41:19 +010019
Chen Liqin6bc9a392009-06-12 22:01:00 +080020choice
21 prompt "System type"
22 default MACH_SPCT6600
23
24config ARCH_SCORE7
25 bool "SCORE7 processor"
26 select SYS_SUPPORTS_32BIT_KERNEL
27 select CPU_SCORE7
28 select GENERIC_HAS_IOMAP
29
30config MACH_SPCT6600
31 bool "SPCT6600 series based machines"
32 select SYS_SUPPORTS_32BIT_KERNEL
33 select CPU_SCORE7
34 select GENERIC_HAS_IOMAP
35
36config SCORE_SIM
37 bool "Score simulator"
38 select SYS_SUPPORTS_32BIT_KERNEL
39 select CPU_SCORE7
40 select GENERIC_HAS_IOMAP
41endchoice
42
43endmenu
44
45config CPU_SCORE7
46 bool
47
Chen Liqin6bc9a392009-06-12 22:01:00 +080048config NO_DMA
49 bool
50 default y
51
52config RWSEM_GENERIC_SPINLOCK
53 def_bool y
54
Chen Liqin6bc9a392009-06-12 22:01:00 +080055config GENERIC_HWEIGHT
56 def_bool y
57
58config GENERIC_CALIBRATE_DELAY
59 def_bool y
60
Chen Liqin6bc9a392009-06-12 22:01:00 +080061menu "Kernel type"
62
63config 32BIT
64 def_bool y
65
Chen Liqin6bc9a392009-06-12 22:01:00 +080066config ARCH_FLATMEM_ENABLE
67 def_bool y
68
Chen Liqin6bc9a392009-06-12 22:01:00 +080069source "mm/Kconfig"
70
71config MEMORY_START
72 hex
73 default 0xa0000000
74
Chen Liqin6bc9a392009-06-12 22:01:00 +080075source "kernel/Kconfig.hz"
76source "kernel/Kconfig.preempt"
77
78endmenu
79
80config RWSEM_GENERIC_SPINLOCK
81 def_bool y
82
83config LOCKDEP_SUPPORT
84 def_bool y
85
86config STACKTRACE_SUPPORT
87 def_bool y
88
89source "init/Kconfig"
90
Chen Liqin6bc9a392009-06-12 22:01:00 +080091config MMU
92 def_bool y
93
94menu "Executable file formats"
95
96source "fs/Kconfig.binfmt"
97
98endmenu
99
100source "net/Kconfig"
101
102source "drivers/Kconfig"
103
104source "fs/Kconfig"
105
106source "arch/score/Kconfig.debug"
107
108source "security/Kconfig"
109
110source "crypto/Kconfig"
111
112source "lib/Kconfig"