Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
[cascardo/linux.git] / arch / m68k / Kconfig
1 config M68K
2         bool
3         default y
4         select HAVE_IDE
5         select HAVE_AOUT if MMU
6         select HAVE_DEBUG_BUGVERBOSE
7         select HAVE_GENERIC_HARDIRQS
8         select GENERIC_IRQ_SHOW
9         select GENERIC_ATOMIC64
10         select HAVE_UID16
11         select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
12         select GENERIC_CPU_DEVICES
13         select GENERIC_STRNCPY_FROM_USER if MMU
14         select GENERIC_STRNLEN_USER if MMU
15         select FPU if MMU
16         select ARCH_WANT_IPC_PARSE_VERSION
17         select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE
18         select GENERIC_KERNEL_THREAD
19
20 config RWSEM_GENERIC_SPINLOCK
21         bool
22         default y
23
24 config RWSEM_XCHGADD_ALGORITHM
25         bool
26
27 config ARCH_HAS_ILOG2_U32
28         bool
29
30 config ARCH_HAS_ILOG2_U64
31         bool
32
33 config GENERIC_GPIO
34         bool
35
36 config GENERIC_HWEIGHT
37         bool
38         default y
39
40 config GENERIC_CALIBRATE_DELAY
41         bool
42         default y
43
44 config GENERIC_CSUM
45         bool
46
47 config TIME_LOW_RES
48         bool
49         default y
50
51 config NO_IOPORT
52         def_bool y
53
54 config NO_DMA
55         def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
56
57 config ZONE_DMA
58         bool
59         default y
60
61 config HZ
62         int
63         default 1000 if CLEOPATRA
64         default 100
65
66 source "init/Kconfig"
67
68 source "kernel/Kconfig.freezer"
69
70 config MMU
71         bool "MMU-based Paged Memory Management Support"
72         default y
73         select GENERIC_IOMAP
74         help
75           Select if you want MMU-based virtualised addressing space
76           support by paged memory management. If unsure, say 'Y'.
77
78 config MMU_MOTOROLA
79         bool
80
81 config MMU_COLDFIRE
82         bool
83
84 config MMU_SUN3
85         bool
86         depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
87
88 menu "Platform setup"
89
90 source arch/m68k/Kconfig.cpu
91
92 source arch/m68k/Kconfig.machine
93
94 source arch/m68k/Kconfig.bus
95
96 endmenu
97
98 menu "Kernel Features"
99
100 if COLDFIRE
101 source "kernel/Kconfig.preempt"
102 endif
103
104 source "mm/Kconfig"
105
106 endmenu
107
108 menu "Executable file formats"
109
110 source "fs/Kconfig.binfmt"
111
112 endmenu
113
114 if !MMU
115 menu "Power management options"
116
117 config PM
118         bool "Power Management support"
119         help
120           Support processor power management modes
121
122 endmenu
123 endif
124
125 source "net/Kconfig"
126
127 source "drivers/Kconfig"
128
129 source "arch/m68k/Kconfig.devices"
130
131 source "fs/Kconfig"
132
133 source "arch/m68k/Kconfig.debug"
134
135 source "security/Kconfig"
136
137 source "crypto/Kconfig"
138
139 source "lib/Kconfig"