Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[linux-2.6-block.git] / arch / m68k / Kconfig
CommitLineData
1da177e4
LT
1config M68K
2 bool
3 default y
ec7748b5 4 select HAVE_IDE
66d857b0
GU
5 select HAVE_AOUT if MMU
6 select GENERIC_ATOMIC64 if MMU
d890d739
GU
7 select HAVE_GENERIC_HARDIRQS
8 select GENERIC_IRQ_SHOW
df013ffb 9 select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
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
0e152d80
GU
41config GENERIC_IOMAP
42 def_bool MMU
43
06027bdd
IM
44config TIME_LOW_RES
45 bool
46 default y
47
0e152d80
GU
48config ARCH_USES_GETTIMEOFFSET
49 def_bool MMU
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
bdc80787
PA
64config HZ
65 int
66d857b0 66 default 1000 if CLEOPATRA
bdc80787
PA
67 default 100
68
1da177e4
LT
69source "init/Kconfig"
70
dc52ddc0
MH
71source "kernel/Kconfig.freezer"
72
66d857b0
GU
73config MMU
74 bool "MMU-based Paged Memory Management Support"
1da177e4
LT
75 default y
76 help
66d857b0
GU
77 Select if you want MMU-based virtualised addressing space
78 support by paged memory management. If unsure, say 'Y'.
1da177e4 79
0e152d80
GU
80config MMU_MOTOROLA
81 bool
82
83config MMU_SUN3
84 bool
85 depends on MMU && !MMU_MOTOROLA
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
GU
102
103if !MMU || COLDFIRE
104source "kernel/time/Kconfig"
66d857b0 105endif
12d810c1 106
3f22ab27
DH
107source "mm/Kconfig"
108
1da177e4
LT
109endmenu
110
66d857b0 111menu "Executable file formats"
1da177e4
LT
112
113source "fs/Kconfig.binfmt"
114
66d857b0 115endmenu
5ac6da66 116
66d857b0
GU
117if !MMU
118menu "Power management options"
1da177e4 119
66d857b0 120config PM
0e152d80
GU
121 bool "Power Management support"
122 help
123 Support processor power management modes
1da177e4
LT
124
125endmenu
66d857b0 126endif
1da177e4 127
d5950b43
SR
128source "net/Kconfig"
129
1da177e4
LT
130source "drivers/Kconfig"
131
0e152d80 132source "arch/m68k/Kconfig.devices"
66d857b0 133
1da177e4
LT
134source "fs/Kconfig"
135
136source "arch/m68k/Kconfig.debug"
137
138source "security/Kconfig"
139
140source "crypto/Kconfig"
141
142source "lib/Kconfig"