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