Merge branch 'timers/urgent' into timers/core
[deliverable/linux.git] / arch / m68k / Kconfig
CommitLineData
1da177e4
LT
1config M68K
2 bool
3 default y
ec7748b5 4 select HAVE_IDE
66d857b0 5 select HAVE_AOUT if MMU
d890d739
GU
6 select HAVE_GENERIC_HARDIRQS
7 select GENERIC_IRQ_SHOW
df013ffb 8 select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
9f13a1fd 9 select GENERIC_CPU_DEVICES
d8ce7263
GU
10 select GENERIC_STRNCPY_FROM_USER if MMU
11 select GENERIC_STRNLEN_USER if MMU
9657a872 12 select FPU if MMU
60a5e4c3 13 select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE
1da177e4 14
1da177e4
LT
15config RWSEM_GENERIC_SPINLOCK
16 bool
17 default y
18
19config RWSEM_XCHGADD_ALGORITHM
20 bool
21
f0d1b0b3
DH
22config ARCH_HAS_ILOG2_U32
23 bool
f0d1b0b3
DH
24
25config ARCH_HAS_ILOG2_U64
26 bool
f0d1b0b3 27
0e152d80
GU
28config GENERIC_GPIO
29 bool
30
ba1a5b32
AM
31config GENERIC_HWEIGHT
32 bool
33 default y
34
1da177e4
LT
35config GENERIC_CALIBRATE_DELAY
36 bool
37 default y
38
7f73bafc
GU
39config GENERIC_CSUM
40 bool
41
06027bdd
IM
42config TIME_LOW_RES
43 bool
44 default y
45
5ea81769
AV
46config NO_IOPORT
47 def_bool y
48
dfedfaf5 49config NO_DMA
66d857b0 50 def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
dfedfaf5 51
66d857b0
GU
52config ZONE_DMA
53 bool
54 default y
171d809d
GU
55
56config CPU_HAS_NO_BITFIELDS
57 bool
58
84f3fb7a
GU
59config CPU_HAS_NO_MULDIV64
60 bool
61
e08d703c
GU
62config CPU_HAS_ADDRESS_SPACES
63 bool
64
9657a872
GU
65config FPU
66 bool
67
bdc80787
PA
68config HZ
69 int
66d857b0 70 default 1000 if CLEOPATRA
bdc80787
PA
71 default 100
72
1da177e4
LT
73source "init/Kconfig"
74
dc52ddc0
MH
75source "kernel/Kconfig.freezer"
76
66d857b0
GU
77config MMU
78 bool "MMU-based Paged Memory Management Support"
1da177e4 79 default y
4673ca8e 80 select GENERIC_IOMAP
1da177e4 81 help
66d857b0
GU
82 Select if you want MMU-based virtualised addressing space
83 support by paged memory management. If unsure, say 'Y'.
1da177e4 84
0e152d80
GU
85config MMU_MOTOROLA
86 bool
87
0e6782c8
GU
88config MMU_COLDFIRE
89 bool
90
0e152d80
GU
91config MMU_SUN3
92 bool
0e6782c8 93 depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
0e152d80
GU
94
95menu "Platform setup"
96
97source arch/m68k/Kconfig.cpu
98
99source arch/m68k/Kconfig.machine
100
101source arch/m68k/Kconfig.bus
102
103endmenu
104
105menu "Kernel Features"
1da177e4 106
0e152d80
GU
107if COLDFIRE
108source "kernel/Kconfig.preempt"
66d857b0 109endif
0e152d80 110
3f22ab27
DH
111source "mm/Kconfig"
112
1da177e4
LT
113endmenu
114
66d857b0 115menu "Executable file formats"
1da177e4
LT
116
117source "fs/Kconfig.binfmt"
118
66d857b0 119endmenu
5ac6da66 120
66d857b0
GU
121if !MMU
122menu "Power management options"
1da177e4 123
66d857b0 124config PM
0e152d80
GU
125 bool "Power Management support"
126 help
127 Support processor power management modes
1da177e4
LT
128
129endmenu
66d857b0 130endif
1da177e4 131
d5950b43
SR
132source "net/Kconfig"
133
1da177e4
LT
134source "drivers/Kconfig"
135
0e152d80 136source "arch/m68k/Kconfig.devices"
66d857b0 137
1da177e4
LT
138source "fs/Kconfig"
139
140source "arch/m68k/Kconfig.debug"
141
142source "security/Kconfig"
143
144source "crypto/Kconfig"
145
146source "lib/Kconfig"
This page took 0.548887 seconds and 5 git commands to generate.