blob: 4ac8cae5727cf51a2e36750f9d4903a1b4b5af8c [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
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
Chen Liqin6bc9a392009-06-12 22:01:00 +080025 select GENERIC_HAS_IOMAP
26
27config MACH_SPCT6600
28 bool "SPCT6600 series based machines"
29 select SYS_SUPPORTS_32BIT_KERNEL
Chen Liqin6bc9a392009-06-12 22:01:00 +080030 select GENERIC_HAS_IOMAP
31
32config SCORE_SIM
33 bool "Score simulator"
34 select SYS_SUPPORTS_32BIT_KERNEL
Chen Liqin6bc9a392009-06-12 22:01:00 +080035 select GENERIC_HAS_IOMAP
36endchoice
37
38endmenu
39
Chen Liqin6bc9a392009-06-12 22:01:00 +080040config NO_DMA
41 bool
42 default y
43
44config RWSEM_GENERIC_SPINLOCK
45 def_bool y
46
Chen Liqin6bc9a392009-06-12 22:01:00 +080047config GENERIC_HWEIGHT
48 def_bool y
49
50config GENERIC_CALIBRATE_DELAY
51 def_bool y
52
Chen Liqin6bc9a392009-06-12 22:01:00 +080053menu "Kernel type"
54
55config 32BIT
56 def_bool y
57
Chen Liqin6bc9a392009-06-12 22:01:00 +080058config ARCH_FLATMEM_ENABLE
59 def_bool y
60
Chen Liqin6bc9a392009-06-12 22:01:00 +080061source "mm/Kconfig"
62
63config MEMORY_START
64 hex
65 default 0xa0000000
66
Chen Liqin6bc9a392009-06-12 22:01:00 +080067source "kernel/Kconfig.hz"
68source "kernel/Kconfig.preempt"
69
70endmenu
71
72config RWSEM_GENERIC_SPINLOCK
73 def_bool y
74
75config LOCKDEP_SUPPORT
76 def_bool y
77
78config STACKTRACE_SUPPORT
79 def_bool y
80
81source "init/Kconfig"
82
Chen Gang57a1a192013-08-13 16:01:02 -070083source "kernel/Kconfig.freezer"
84
Chen Liqin6bc9a392009-06-12 22:01:00 +080085config MMU
86 def_bool y
87
88menu "Executable file formats"
89
90source "fs/Kconfig.binfmt"
91
92endmenu
93
94source "net/Kconfig"
95
96source "drivers/Kconfig"
97
98source "fs/Kconfig"
99
100source "arch/score/Kconfig.debug"
101
102source "security/Kconfig"
103
104source "crypto/Kconfig"
105
106source "lib/Kconfig"
Lennox Wu5fbbf8a2013-09-14 13:48:37 +0800107
108config NO_IOMEM
109 def_bool y