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