mtd: mtk-nor: Drop bogus __init from mtk_nor_init()
[linux-2.6/btrfs-unstable.git] / arch / score / Kconfig
blob366e1b599a7b7849b74f17f19308def9028cc971
1 menu "Machine selection"
3 config SCORE
4        def_bool y
5        select GENERIC_IRQ_SHOW
6        select GENERIC_IOMAP
7        select GENERIC_ATOMIC64
8        select HAVE_MEMBLOCK
9        select HAVE_MEMBLOCK_NODE_MAP
10        select ARCH_DISCARD_MEMBLOCK
11        select GENERIC_CPU_DEVICES
12        select GENERIC_CLOCKEVENTS
13        select HAVE_MOD_ARCH_SPECIFIC
14         select VIRT_TO_BUS
15         select MODULES_USE_ELF_REL
16         select CLONE_BACKWARDS
18 choice
19         prompt "System type"
20         default MACH_SPCT6600
22 config ARCH_SCORE7
23         bool "SCORE7 processor"
24         select SYS_SUPPORTS_32BIT_KERNEL
26 config MACH_SPCT6600
27         bool "SPCT6600 series based machines"
28         select SYS_SUPPORTS_32BIT_KERNEL
30 config SCORE_SIM
31         bool "Score simulator"
32         select SYS_SUPPORTS_32BIT_KERNEL
33 endchoice
35 endmenu
37 config NO_DMA
38         bool
39         default y
41 config RWSEM_GENERIC_SPINLOCK
42         def_bool y
44 config GENERIC_HWEIGHT
45         def_bool y
47 config GENERIC_CALIBRATE_DELAY
48         def_bool y
50 menu "Kernel type"
52 config 32BIT
53         def_bool y
55 config ARCH_FLATMEM_ENABLE
56         def_bool y
58 source "mm/Kconfig"
60 config MEMORY_START
61         hex
62         default 0xa0000000
64 source "kernel/Kconfig.hz"
65 source "kernel/Kconfig.preempt"
67 endmenu
69 config RWSEM_GENERIC_SPINLOCK
70         def_bool y
72 config LOCKDEP_SUPPORT
73         def_bool y
75 config STACKTRACE_SUPPORT
76         def_bool y
78 source "init/Kconfig"
80 source "kernel/Kconfig.freezer"
82 config MMU
83         def_bool y
85 menu "Executable file formats"
87 source "fs/Kconfig.binfmt"
89 endmenu
91 source "net/Kconfig"
93 source "drivers/Kconfig"
95 source "fs/Kconfig"
97 source "arch/score/Kconfig.debug"
99 source "security/Kconfig"
101 source "crypto/Kconfig"
103 source "lib/Kconfig"
105 config NO_IOMEM
106        def_bool y