blob: 507d6318138941aa5dec6cc767e992ca598e009f [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
Thomas Gleixner324808c22011-03-25 14:16:56 +00005 select GENERIC_IRQ_SHOW
Michael S. Tsirkin4673ca82011-11-24 14:54:28 +02006 select GENERIC_IOMAP
Fengguang Wu0d118d72012-10-04 17:12:18 -07007 select GENERIC_ATOMIC64
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
David Howells786d35d2012-09-28 14:31:03 +093013 select HAVE_MOD_ARCH_SPECIFIC
Stephen Rothwell4febd952013-03-07 15:48:16 +110014 select VIRT_TO_BUS
David Howells786d35d2012-09-28 14:31:03 +093015 select MODULES_USE_ELF_REL
Al Viroeda96972012-10-21 16:44:57 -040016 select CLONE_BACKWARDS
Zhaoxiu Zengfff7fb02016-05-20 17:03:57 -070017 select CPU_NO_EFFICIENT_FFS
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
Chen Liqin6bc9a392009-06-12 22:01:00 +080026
27config MACH_SPCT6600
28 bool "SPCT6600 series based machines"
29 select SYS_SUPPORTS_32BIT_KERNEL
Chen Liqin6bc9a392009-06-12 22:01:00 +080030
31config SCORE_SIM
32 bool "Score simulator"
33 select SYS_SUPPORTS_32BIT_KERNEL
Chen Liqin6bc9a392009-06-12 22:01:00 +080034endchoice
35
36endmenu
37
Chen Liqin6bc9a392009-06-12 22:01:00 +080038config NO_DMA
39 bool
40 default y
41
42config RWSEM_GENERIC_SPINLOCK
43 def_bool y
44
Chen Liqin6bc9a392009-06-12 22:01:00 +080045config GENERIC_HWEIGHT
46 def_bool y
47
48config GENERIC_CALIBRATE_DELAY
49 def_bool y
50
Chen Liqin6bc9a392009-06-12 22:01:00 +080051menu "Kernel type"
52
53config 32BIT
54 def_bool y
55
Chen Liqin6bc9a392009-06-12 22:01:00 +080056config ARCH_FLATMEM_ENABLE
57 def_bool y
58
Chen Liqin6bc9a392009-06-12 22:01:00 +080059source "mm/Kconfig"
60
61config MEMORY_START
62 hex
63 default 0xa0000000
64
Chen Liqin6bc9a392009-06-12 22:01:00 +080065source "kernel/Kconfig.hz"
66source "kernel/Kconfig.preempt"
67
68endmenu
69
70config RWSEM_GENERIC_SPINLOCK
71 def_bool y
72
73config LOCKDEP_SUPPORT
74 def_bool y
75
76config STACKTRACE_SUPPORT
77 def_bool y
78
79source "init/Kconfig"
80
Chen Gang57a1a192013-08-13 16:01:02 -070081source "kernel/Kconfig.freezer"
82
Chen Liqin6bc9a392009-06-12 22:01:00 +080083config MMU
84 def_bool y
85
86menu "Executable file formats"
87
88source "fs/Kconfig.binfmt"
89
90endmenu
91
92source "net/Kconfig"
93
94source "drivers/Kconfig"
95
96source "fs/Kconfig"
97
98source "arch/score/Kconfig.debug"
99
100source "security/Kconfig"
101
102source "crypto/Kconfig"
103
104source "lib/Kconfig"
Lennox Wu5fbbf8a2013-09-14 13:48:37 +0800105
106config NO_IOMEM
107 def_bool y