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