mmc: sh_mmcif: Document r7s72100 DT bindings
[linux-2.6/btrfs-unstable.git] / arch / score / Kconfig
blob507d6318138941aa5dec6cc767e992ca598e009f
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
17         select CPU_NO_EFFICIENT_FFS
19 choice
20         prompt "System type"
21         default MACH_SPCT6600
23 config ARCH_SCORE7
24         bool "SCORE7 processor"
25         select SYS_SUPPORTS_32BIT_KERNEL
27 config MACH_SPCT6600
28         bool "SPCT6600 series based machines"
29         select SYS_SUPPORTS_32BIT_KERNEL
31 config SCORE_SIM
32         bool "Score simulator"
33         select SYS_SUPPORTS_32BIT_KERNEL
34 endchoice
36 endmenu
38 config NO_DMA
39         bool
40         default y
42 config RWSEM_GENERIC_SPINLOCK
43         def_bool y
45 config GENERIC_HWEIGHT
46         def_bool y
48 config GENERIC_CALIBRATE_DELAY
49         def_bool y
51 menu "Kernel type"
53 config 32BIT
54         def_bool y
56 config ARCH_FLATMEM_ENABLE
57         def_bool y
59 source "mm/Kconfig"
61 config MEMORY_START
62         hex
63         default 0xa0000000
65 source "kernel/Kconfig.hz"
66 source "kernel/Kconfig.preempt"
68 endmenu
70 config RWSEM_GENERIC_SPINLOCK
71         def_bool y
73 config LOCKDEP_SUPPORT
74         def_bool y
76 config STACKTRACE_SUPPORT
77         def_bool y
79 source "init/Kconfig"
81 source "kernel/Kconfig.freezer"
83 config MMU
84         def_bool y
86 menu "Executable file formats"
88 source "fs/Kconfig.binfmt"
90 endmenu
92 source "net/Kconfig"
94 source "drivers/Kconfig"
96 source "fs/Kconfig"
98 source "arch/score/Kconfig.debug"
100 source "security/Kconfig"
102 source "crypto/Kconfig"
104 source "lib/Kconfig"
106 config NO_IOMEM
107        def_bool y