blob: e2c8db4533dc3be6cf1d88ba6a7c3863460955c7 [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
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
14 select MODULES_USE_ELF_REL
Thomas Gleixner2fc361b2011-01-19 20:41:19 +010015
Chen Liqin6bc9a392009-06-12 22:01:00 +080016choice
17 prompt "System type"
18 default MACH_SPCT6600
19
20config ARCH_SCORE7
21 bool "SCORE7 processor"
22 select SYS_SUPPORTS_32BIT_KERNEL
23 select CPU_SCORE7
24 select GENERIC_HAS_IOMAP
25
26config MACH_SPCT6600
27 bool "SPCT6600 series based machines"
28 select SYS_SUPPORTS_32BIT_KERNEL
29 select CPU_SCORE7
30 select GENERIC_HAS_IOMAP
31
32config SCORE_SIM
33 bool "Score simulator"
34 select SYS_SUPPORTS_32BIT_KERNEL
35 select CPU_SCORE7
36 select GENERIC_HAS_IOMAP
37endchoice
38
39endmenu
40
41config CPU_SCORE7
42 bool
43
Chen Liqin6bc9a392009-06-12 22:01:00 +080044config NO_DMA
45 bool
46 default y
47
48config RWSEM_GENERIC_SPINLOCK
49 def_bool y
50
Chen Liqin6bc9a392009-06-12 22:01:00 +080051config GENERIC_HWEIGHT
52 def_bool y
53
54config GENERIC_CALIBRATE_DELAY
55 def_bool y
56
Chen Liqin6bc9a392009-06-12 22:01:00 +080057menu "Kernel type"
58
59config 32BIT
60 def_bool y
61
Chen Liqin6bc9a392009-06-12 22:01:00 +080062config ARCH_FLATMEM_ENABLE
63 def_bool y
64
Chen Liqin6bc9a392009-06-12 22:01:00 +080065source "mm/Kconfig"
66
67config MEMORY_START
68 hex
69 default 0xa0000000
70
Chen Liqin6bc9a392009-06-12 22:01:00 +080071source "kernel/Kconfig.hz"
72source "kernel/Kconfig.preempt"
73
74endmenu
75
76config RWSEM_GENERIC_SPINLOCK
77 def_bool y
78
79config LOCKDEP_SUPPORT
80 def_bool y
81
82config STACKTRACE_SUPPORT
83 def_bool y
84
85source "init/Kconfig"
86
Chen Liqin6bc9a392009-06-12 22:01:00 +080087config MMU
88 def_bool y
89
90menu "Executable file formats"
91
92source "fs/Kconfig.binfmt"
93
94endmenu
95
96source "net/Kconfig"
97
98source "drivers/Kconfig"
99
100source "fs/Kconfig"
101
102source "arch/score/Kconfig.debug"
103
104source "security/Kconfig"
105
106source "crypto/Kconfig"
107
108source "lib/Kconfig"