blob: 3b1482e7afacd37969f338158468bc95bb2dc8d6 [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 Viroeda96972012-10-21 16:44:57 -040016 select CLONE_BACKWARDS
Thomas Gleixner2fc361b2011-01-19 20:41:19 +010017
Chen Liqin6bc9a392009-06-12 22:01:00 +080018choice
19 prompt "System type"
20 default MACH_SPCT6600
21
22config ARCH_SCORE7
23 bool "SCORE7 processor"
24 select SYS_SUPPORTS_32BIT_KERNEL
25 select CPU_SCORE7
26 select GENERIC_HAS_IOMAP
27
28config MACH_SPCT6600
29 bool "SPCT6600 series based machines"
30 select SYS_SUPPORTS_32BIT_KERNEL
31 select CPU_SCORE7
32 select GENERIC_HAS_IOMAP
33
34config SCORE_SIM
35 bool "Score simulator"
36 select SYS_SUPPORTS_32BIT_KERNEL
37 select CPU_SCORE7
38 select GENERIC_HAS_IOMAP
39endchoice
40
41endmenu
42
43config CPU_SCORE7
44 bool
45
Chen Liqin6bc9a392009-06-12 22:01:00 +080046config NO_DMA
47 bool
48 default y
49
50config RWSEM_GENERIC_SPINLOCK
51 def_bool y
52
Chen Liqin6bc9a392009-06-12 22:01:00 +080053config GENERIC_HWEIGHT
54 def_bool y
55
56config GENERIC_CALIBRATE_DELAY
57 def_bool y
58
Chen Liqin6bc9a392009-06-12 22:01:00 +080059menu "Kernel type"
60
61config 32BIT
62 def_bool y
63
Chen Liqin6bc9a392009-06-12 22:01:00 +080064config ARCH_FLATMEM_ENABLE
65 def_bool y
66
Chen Liqin6bc9a392009-06-12 22:01:00 +080067source "mm/Kconfig"
68
69config MEMORY_START
70 hex
71 default 0xa0000000
72
Chen Liqin6bc9a392009-06-12 22:01:00 +080073source "kernel/Kconfig.hz"
74source "kernel/Kconfig.preempt"
75
76endmenu
77
78config RWSEM_GENERIC_SPINLOCK
79 def_bool y
80
81config LOCKDEP_SUPPORT
82 def_bool y
83
84config STACKTRACE_SUPPORT
85 def_bool y
86
87source "init/Kconfig"
88
Chen Liqin6bc9a392009-06-12 22:01:00 +080089config MMU
90 def_bool y
91
92menu "Executable file formats"
93
94source "fs/Kconfig.binfmt"
95
96endmenu
97
98source "net/Kconfig"
99
100source "drivers/Kconfig"
101
102source "fs/Kconfig"
103
104source "arch/score/Kconfig.debug"
105
106source "security/Kconfig"
107
108source "crypto/Kconfig"
109
110source "lib/Kconfig"